Skip to content

Commit

Permalink
feat: remove temp button demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed May 22, 2024
1 parent 06852e9 commit b00cbc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Vault from './pages/vault/Vault';
import VaultHistory from './pages/vault/VaultHistory';
import LiquidationPools from './pages/liquidation-pools/LiquidationPools';

import ButtonDemo from "./components/ui/ButtonDemo";
import './App.css';
import 'react-toastify/dist/ReactToastify.min.css';

Expand All @@ -33,7 +32,6 @@ function App() {
<Route path="vault/:vaultId" element={<DashLayout><Vault /></DashLayout>} />
<Route path="vault/:vaultId/history" element={<DashLayout><VaultHistory /></DashLayout>} />
<Route path="liquidation-pools" element={<DashLayout><LiquidationPools /></DashLayout>} />
<Route path="otter" element={<DashLayout><ButtonDemo /></DashLayout>} />
<Route path="*" element={<Home/>} />
</Routes>
</DisconnectHandler>
Expand Down

0 comments on commit b00cbc7

Please sign in to comment.