Skip to content

Commit b787e15

Browse files
committed
fix: clean
1 parent 3cfefbc commit b787e15

File tree

14 files changed

+312
-361
lines changed

14 files changed

+312
-361
lines changed

apps/namadillo/src/App/AppRoutes.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { SubmitVote } from "./Governance/SubmitVote";
2121
import { ViewJson } from "./Governance/ViewJson";
2222
import { IbcLayout } from "./Ibc/IbcLayout";
2323
import { IbcShieldAll } from "./Ibc/IbcShieldAll";
24-
import { IbcTransfer } from "./Ibc/IbcTransfer";
2524
import { IbcTransfersLayout } from "./Ibc/IbcTransfersLayout";
2625
import { IbcWithdraw } from "./Ibc/IbcWithdraw";
2726
import { MaspLayout } from "./Masp/MaspLayout";
@@ -106,7 +105,7 @@ export const MainRoutes = (): JSX.Element => {
106105
{/* Ibc Transfers */}
107106
{features.ibcTransfersEnabled && (
108107
<Route element={<IbcTransfersLayout />}>
109-
<Route path={routes.ibc} element={<IbcTransfer />} />
108+
{/* <Route path={routes.ibc} element={<IbcTransfer />} /> */}
110109
<Route path={routes.ibcWithdraw} element={<IbcWithdraw />} />
111110
</Route>
112111
)}

0 commit comments

Comments
 (0)