chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,18 +1,18 @@
|
|||
import { useQuery, useMutation, gql } from '@apollo/client'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import Modal from 'src/components/Modal'
|
||||
import { HelpTooltip } from 'src/components/Tooltip'
|
||||
import Section from 'src/components/layout/Section'
|
||||
import TitleSection from 'src/components/layout/TitleSection'
|
||||
import { P } from 'src/components/typography'
|
||||
import _schemas from 'src/pages/Services/schemas'
|
||||
import Wizard from 'src/pages/Wallet/Wizard'
|
||||
import { WalletSchema } from 'src/pages/Wallet/helper'
|
||||
import Modal from '../../components/Modal'
|
||||
import { HelpTooltip } from '../../components/Tooltip'
|
||||
import Section from '../../components/layout/Section'
|
||||
import TitleSection from '../../components/layout/TitleSection'
|
||||
import { P } from '../../components/typography'
|
||||
import _schemas from '../Services/schemas'
|
||||
import Wizard from '../Wallet/Wizard'
|
||||
import { WalletSchema } from '../Wallet/helper'
|
||||
|
||||
import { Link, SupportLinkButton } from 'src/components/buttons'
|
||||
import { Table as EditableTable } from 'src/components/editableTable'
|
||||
import { fromNamespace, toNamespace, namespaces } from 'src/utils/config'
|
||||
import { Link, SupportLinkButton } from '../../components/buttons'
|
||||
import { Table as EditableTable } from '../../components/editableTable'
|
||||
import { fromNamespace, toNamespace, namespaces } from '../../utils/config'
|
||||
|
||||
import {
|
||||
mainFields,
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
import * as R from 'ramda'
|
||||
import Autocomplete from 'src/components/inputs/formik/Autocomplete'
|
||||
import Autocomplete from '../../components/inputs/formik/Autocomplete'
|
||||
import * as Yup from 'yup'
|
||||
|
||||
import { labels as timezoneList } from 'src/utils/timezone-list'
|
||||
import { labels as timezoneList } from '../../utils/timezone-list'
|
||||
|
||||
const getFields = (getData, names, onChange, auxElements = []) => {
|
||||
return R.filter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue