Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaDAO-Dev committed Sep 1, 2024
1 parent 86bdc41 commit bde4208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import content from '../../../../../content/onboarding/steps/importCustomTokens.
import { useAccount, useNetwork, useProvider } from 'wagmi'
import { addTokenToWallet } from '@utils/wallet'
import { getErrorMessage } from '@utils/onboarding'
import { tokenLogos } from '@components/Header/Wallet/AddTokenList'
import { tokenLogos } from '@components/Header/NetworkMenu/AddTokenList'
import { useMarketMetadata } from '@context/MarketMetadata'
import { getSupportedChainIds } from '../../../../../chains.config'

Expand Down

0 comments on commit bde4208

Please sign in to comment.