Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Dec 22, 2024
2 parents f07e8a9 + 18e7209 commit ef95f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef95f01

Please sign in to comment.