diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index dfffd37a..6ad96ba8 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -20,6 +20,7 @@ import Stake from './pages/stake/Stake'; import { TELEGRAM_BOT_LINK } from './utils/constants'; import { useCheckMobile } from './hooks/useCheckMobile'; import PositionHistory from './pages/position-history/PositionHistory'; +import WithdrawAll from 'pages/spotnet/dashboard/withdraw-all/WithdrawAll'; function App() { const { setWalletId, removeWalletId } = useWalletStore(); @@ -101,6 +102,7 @@ function App() { } /> } /> } /> + } />