diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 6ad96ba8..f07406df 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -21,7 +21,7 @@ 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'; - +import SpringDefiPage from 'pages/spotnet/defi-spring/Defi-spring'; function App() { const { setWalletId, removeWalletId } = useWalletStore(); const [showModal, setShowModal] = useState(false);