From 6c5803e93bfc4428c6bcefdf0ceb28781ebede86 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 21 Sep 2022 12:32:26 +0100 Subject: [PATCH] remove unused route --- nym-wallet/src/routes/app.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nym-wallet/src/routes/app.tsx b/nym-wallet/src/routes/app.tsx index 1b0ba3186e..61184e5ebb 100644 --- a/nym-wallet/src/routes/app.tsx +++ b/nym-wallet/src/routes/app.tsx @@ -3,7 +3,7 @@ import { Send } from 'src/components/Send'; import { ApplicationLayout } from 'src/layouts'; import { Terminal } from 'src/pages/terminal'; import { Receive } from '../components/Receive'; -import { Admin, Balance, BondingPage, DelegationPage, InternalDocs, NodeSettingsPage, Unbond } from '../pages'; +import { Admin, Balance, BondingPage, DelegationPage, InternalDocs, NodeSettingsPage } from '../pages'; export const AppRoutes = () => ( @@ -14,7 +14,6 @@ export const AppRoutes = () => ( } /> } /> } /> - } /> } /> } /> } />