Skip to content

Commit e94fd1e

Browse files
committed
build fix
1 parent f936dee commit e94fd1e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/layouts/Basic.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import { useAccount, useSwitchChain } from 'wagmi'
55

66
import ErrorScreen from '@app/components/@atoms/ErrorScreen'
77
import { getSupportedChainById } from '@app/constants/chains'
8-
import { useRouterWithHistory } from '@app/hooks/useRouterWithHistory'
98
import { useSetupIntercom } from '@app/hooks/useSetupIntercom'
10-
import { shouldRedirect } from '@app/utils/shouldRedirect'
119

1210
import { Navigation } from './Navigation'
1311

src/utils/shouldRedirect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
DnsImportReducerDataItem,
66
DnsStep,
77
} from '@app/components/pages/import/[name]/useDnsImportReducer'
8-
import { getSupportedChainById } from '@app/constants/chains'
98
import { useDotBoxAvailabilityOffchain } from '@app/hooks/dotbox/useDotBoxAvailabilityOffchain'
109
import { useRouterWithHistory } from '@app/hooks/useRouterWithHistory'
1110
import { getEncodedLabelAmount } from '@app/utils/utils'

0 commit comments

Comments
 (0)