chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -2,11 +2,11 @@ import { useMutation, useLazyQuery, gql } from '@apollo/client'
|
|||
import { Form, Formik } from 'formik'
|
||||
import React, { useContext, useState } from 'react'
|
||||
import { useHistory } from 'react-router-dom'
|
||||
import { TL1, P } from 'src/components/typography'
|
||||
import { TL1, P } from '../../components/typography'
|
||||
|
||||
import AppContext from 'src/AppContext'
|
||||
import { Button } from 'src/components/buttons'
|
||||
import { CodeInput } from 'src/components/inputs/base'
|
||||
import AppContext from '../../AppContext'
|
||||
import { Button } from '../../components/buttons'
|
||||
import { CodeInput } from '../../components/inputs/base'
|
||||
|
||||
import { STATES } from './states'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue