diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 5695a6cb..96f2330a 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -20,7 +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(); @@ -104,6 +104,7 @@ function App() { } /> } /> } /> + } />