From 9457a062393402092e1c25f5b86be875735a71fb Mon Sep 17 00:00:00 2001 From: Daniel Schiavini Date: Wed, 29 Jan 2025 10:33:33 +0100 Subject: [PATCH] fix: restore dashboard route --- apps/main/src/pages/dex.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/main/src/pages/dex.tsx b/apps/main/src/pages/dex.tsx index 25c21f257..ac59c1bcf 100644 --- a/apps/main/src/pages/dex.tsx +++ b/apps/main/src/pages/dex.tsx @@ -171,6 +171,7 @@ const App: NextPage = () => { const SubRoutes = ( <> } /> + } /> } /> } /> } />