From 30e2f27c6421eec32af1743bead3cb99712bd305 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Mon, 24 Apr 2023 15:51:50 +0100 Subject: [PATCH] Fix linting error --- nym-wallet/src/routes/app.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nym-wallet/src/routes/app.tsx b/nym-wallet/src/routes/app.tsx index d809ba4798..896a5edb6e 100644 --- a/nym-wallet/src/routes/app.tsx +++ b/nym-wallet/src/routes/app.tsx @@ -4,7 +4,16 @@ import { ApplicationLayout } from '../layouts'; import { Terminal } from '../pages/terminal'; import { Send } from '../components/Send'; import { Receive } from '../components/Receive'; -import { Balance, InternalDocs, DelegationPage, Admin, BondingPage, NodeSettingsPage, BuyPage, Settings, } from '../pages'; +import { + Balance, + InternalDocs, + DelegationPage, + Admin, + BondingPage, + NodeSettingsPage, + BuyPage, + Settings, +} from '../pages'; export const AppRoutes = () => (