Rename file

This commit is contained in:
ekzyis 2024-01-07 00:47:25 +01:00
parent 499ba408ea
commit 7b7a5ebeaa
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import { clearNotifications } from '../lib/badge'
import { useServiceWorker } from './serviceworker'
import SubSelect from './sub-select'
import { useShowModal } from './modal'
import SwitchAccountList, { useAccounts } from './switch-account'
import SwitchAccountList, { useAccounts } from './account'
function WalletSummary ({ me }) {
if (!me) return null

View File

@ -18,7 +18,7 @@ import NProgress from 'nprogress'
import 'nprogress/nprogress.css'
import { LoggerProvider } from '../components/logger'
import { ChainFeeProvider } from '../components/chain-fee.js'
import { AccountProvider } from '../components/switch-account'
import { AccountProvider } from '../components/account'
import dynamic from 'next/dynamic'
const PWAPrompt = dynamic(() => import('react-ios-pwa-prompt'), { ssr: false })