chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -2,10 +2,10 @@ import classnames from 'classnames'
|
|||
import { Formik, Form, FastField } from 'formik'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import ErrorMessage from 'src/components/ErrorMessage'
|
||||
import ErrorMessage from '../../components/ErrorMessage'
|
||||
|
||||
import { Button } from 'src/components/buttons'
|
||||
import { SecretInput } from 'src/components/inputs/formik'
|
||||
import { Button } from '../../components/buttons'
|
||||
import { SecretInput } from '../../components/inputs/formik'
|
||||
|
||||
const FormRenderer = ({
|
||||
validationSchema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue