Skip to content

Commit 9eef609

Browse files
committed
fix: build
1 parent 6af3291 commit 9eef609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/ipfs/home-page-ipfs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getPathWithoutFirstSlash } from 'consts/urls';
55
import NoSSRWrapper from 'shared/components/no-ssr-wrapper';
66
import { usePrefixedReplace } from 'shared/hooks/use-prefixed-history';
77

8-
import { HomePage } from 'features/home';
8+
import { MyVaultsPage } from 'features/home';
99
import { appPaths } from 'consts/routing';
1010
import { AllVaults } from 'features/home/all-vaults';
1111

@@ -55,7 +55,7 @@ export const HomePageIpfs: FC = () => {
5555
}
5656

5757
default: {
58-
spaPage = <HomePage />;
58+
spaPage = <MyVaultsPage />;
5959
}
6060
}
6161

0 commit comments

Comments
 (0)