diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e4068068..e40d7725 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -25,6 +25,7 @@ import PositionHistory from '@/pages/position-history/PositionHistory'; import WithdrawAll from '@/pages/spotnet/dashboard/withdraw-all/WithdrawAll'; import { DefiSpringPage } from '@/pages/spotnet/defi-spring/DefiSpring'; import { AddDeposit } from '@/pages/add-deposit/AddDeposit'; +import Leaderboard from '@/pages/leaderboard/Leaderboard'; function App() { const { setWalletId, removeWalletId } = useWalletStore(); @@ -114,6 +115,7 @@ function App() { } /> } /> } /> + } />