chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import { useQuery, useMutation, gql } from '@apollo/client'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import Modal from 'src/components/Modal'
|
||||
import CheckboxInput from 'src/components/inputs/formik/Checkbox'
|
||||
import TitleSection from 'src/components/layout/TitleSection'
|
||||
import SingleRowTable from 'src/components/single-row-table/SingleRowTable'
|
||||
import Modal from '../../components/Modal'
|
||||
import CheckboxInput from '../../components/inputs/formik/Checkbox'
|
||||
import TitleSection from '../../components/layout/TitleSection'
|
||||
import SingleRowTable from '../../components/single-row-table/SingleRowTable'
|
||||
|
||||
import { SecretInput } from 'src/components/inputs/formik'
|
||||
import { formatLong } from 'src/utils/string'
|
||||
import { SecretInput } from '../../components/inputs/formik'
|
||||
import { formatLong } from '../../utils/string'
|
||||
|
||||
import FormRenderer from './FormRenderer'
|
||||
import _schemas from './schemas'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue