diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 8428d193..58a65124 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -16,7 +16,7 @@ import Withdraw from 'pages/vault/withdraw/Withdraw'; import { useWalletStore } from 'stores/useWalletStore'; import { Notifier } from 'components/Notifier/Notifier'; import { useConnectWallet } from 'hooks/useConnectWallet'; - +import Stake from 'pages/vault/stake/Stake'; function App() { const { walletId, setWalletId, removeWalletId } = useWalletStore(); @@ -90,6 +90,8 @@ function App() { } /> } /> } /> + + } />