Rename file
This commit is contained in:
parent
499ba408ea
commit
7b7a5ebeaa
|
@ -28,7 +28,7 @@ import { clearNotifications } from '../lib/badge'
|
||||||
import { useServiceWorker } from './serviceworker'
|
import { useServiceWorker } from './serviceworker'
|
||||||
import SubSelect from './sub-select'
|
import SubSelect from './sub-select'
|
||||||
import { useShowModal } from './modal'
|
import { useShowModal } from './modal'
|
||||||
import SwitchAccountList, { useAccounts } from './switch-account'
|
import SwitchAccountList, { useAccounts } from './account'
|
||||||
|
|
||||||
function WalletSummary ({ me }) {
|
function WalletSummary ({ me }) {
|
||||||
if (!me) return null
|
if (!me) return null
|
||||||
|
|
|
@ -18,7 +18,7 @@ import NProgress from 'nprogress'
|
||||||
import 'nprogress/nprogress.css'
|
import 'nprogress/nprogress.css'
|
||||||
import { LoggerProvider } from '../components/logger'
|
import { LoggerProvider } from '../components/logger'
|
||||||
import { ChainFeeProvider } from '../components/chain-fee.js'
|
import { ChainFeeProvider } from '../components/chain-fee.js'
|
||||||
import { AccountProvider } from '../components/switch-account'
|
import { AccountProvider } from '../components/account'
|
||||||
import dynamic from 'next/dynamic'
|
import dynamic from 'next/dynamic'
|
||||||
|
|
||||||
const PWAPrompt = dynamic(() => import('react-ios-pwa-prompt'), { ssr: false })
|
const PWAPrompt = dynamic(() => import('react-ios-pwa-prompt'), { ssr: false })
|
||||||
|
|
Loading…
Reference in New Issue