File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/routes/$chainSlug/_layout Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { ChainLink } from '@/components/ChainLink';
99import { Stepper } from '@/components/Stepper' ;
1010import IexecAccountIcon from '@/components/icons/IexecAccountIcon' ;
1111import WalletIcon from '@/components/icons/WalletIcon' ;
12- import { ChainSelector } from '@/components/navbar/ChainSelector' ;
1312import { BackButton } from '@/components/ui/BackButton' ;
1413import { Button } from '@/components/ui/button' ;
1514import { getIExec } from '@/externals/iexecSdkClient' ;
@@ -22,7 +21,6 @@ import { getTabs } from '@/modules/account/getTabs';
2221import useUserStore from '@/stores/useUser.store' ;
2322import { getChainFromId } from '@/utils/chain.utils' ;
2423import { rlcToNrlc } from '@/utils/rlcToNrlc' ;
25- import { truncateAddress } from '@/utils/truncateAddress' ;
2624
2725export const Route = createFileRoute ( '/$chainSlug/_layout/account' ) ( {
2826 component : RouteComponent ,
You can’t perform that action at this time.
0 commit comments