Skip to content

Commit

Permalink
Merge branch 'main' into feat/mint-markets
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Jan 29, 2025
2 parents 242e0d8 + dc38fe7 commit 6024e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/main/src/pages/dex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const App: NextPage = () => {
const SubRoutes = (
<>
<Route path=":network" element={<RootRedirect />} />
<Route path=":network/dashboard" element={<PageDashboard />} />
<Route path=":network/locker" element={<PageLockedCrv />} />
<Route path=":network/locker/:lockedCrvFormType" element={<PageLockedCrv />} />
<Route path=":network/create-pool" element={<PageCreatePool />} />
Expand Down

0 comments on commit 6024e75

Please sign in to comment.