Skip to content

Commit

Permalink
stubs for emission manager
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Nov 20, 2024
1 parent 23c3f98 commit 2708ee3
Show file tree
Hide file tree
Showing 7 changed files with 482 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { girth as gTheme } from "src/themes/girth.js";
import { light as lightTheme } from "src/themes/light.js";
import { BondModalContainer } from "src/views/Bond/components/BondModal/BondModal";
import { BondModalContainerV3 } from "src/views/Bond/components/BondModal/BondModalContainerV3";
import { Emission } from "src/views/Emission";
import { Governance } from "src/views/Governance";
import { Delegate } from "src/views/Governance/Delegation";
import { ProposalPage } from "src/views/Governance/Proposals";
Expand Down Expand Up @@ -251,6 +252,7 @@ function App() {
<Route path="/bonds/inverse" element={<Bond />} />
<Route path="/bridge" element={<Bridge />} />
<Route path="/dashboard/*" element={<TreasuryDashboard />} />
<Route path="/emission" element={<Emission />} />
<Route path="/range/*" element={<Range />} />
<Route path="/liquidity/vaults/:id" element={<Vault />} />
<Route path="/lending" element={<Navigate to="/lending/cooler" />} />
Expand Down
Loading

0 comments on commit 2708ee3

Please sign in to comment.