chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import { Form, Formik, Field } from 'formik'
|
||||
import * as R from 'ramda'
|
||||
import React from 'react'
|
||||
import ErrorMessage from 'src/components/ErrorMessage'
|
||||
import Modal from 'src/components/Modal'
|
||||
import { HelpTooltip } from 'src/components/Tooltip'
|
||||
import { H1, H3, P } from 'src/components/typography'
|
||||
import ErrorMessage from '../../components/ErrorMessage'
|
||||
import Modal from '../../components/Modal'
|
||||
import { HelpTooltip } from '../../components/Tooltip'
|
||||
import { H1, H3, P } from '../../components/typography'
|
||||
import * as Yup from 'yup'
|
||||
|
||||
import { Button } from 'src/components/buttons'
|
||||
import { NumberInput, Autocomplete } from 'src/components/inputs/formik'
|
||||
import { Button } from '../../components/buttons'
|
||||
import { NumberInput, Autocomplete } from '../../components/inputs/formik'
|
||||
|
||||
const initialValues = {
|
||||
customer: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue