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 { useMutation, useQuery, gql } from '@apollo/client'
|
||||
import classnames from 'classnames'
|
||||
import React, { useState } from 'react'
|
||||
import { HelpTooltip } from 'src/components/Tooltip'
|
||||
import { H1, H4, Label1, P } from 'src/components/typography'
|
||||
import FormRenderer from 'src/pages/Services/FormRenderer'
|
||||
import WarningIcon from 'src/styling/icons/warning-icon/comet.svg?react'
|
||||
import { HelpTooltip } from '../../../components/Tooltip'
|
||||
import { H1, H4, Label1, P } from '../../../components/typography'
|
||||
import FormRenderer from '../../Services/FormRenderer'
|
||||
import WarningIcon from '../../../styling/icons/warning-icon/comet.svg?react'
|
||||
|
||||
import { Button, SupportLinkButton } from 'src/components/buttons'
|
||||
import { RadioGroup } from 'src/components/inputs'
|
||||
import twilio from 'src/pages/Services/schemas/twilio'
|
||||
import { Button, SupportLinkButton } from '../../../components/buttons'
|
||||
import { RadioGroup } from '../../../components/inputs'
|
||||
import twilio from '../../Services/schemas/twilio'
|
||||
|
||||
import sharedClasses from './Wallet/Shared.module.css'
|
||||
import classes from './Twilio.module.css'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue