From 81d5f6e0da5b5a577cc827593daebb602171aa21 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 29 Jun 2023 11:23:17 -0700 Subject: [PATCH] chore: re add home to serve as redirect to default market --- apps/trading/pages/client-router.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/trading/pages/client-router.tsx b/apps/trading/pages/client-router.tsx index dba710fb0..4995cf930 100644 --- a/apps/trading/pages/client-router.tsx +++ b/apps/trading/pages/client-router.tsx @@ -61,6 +61,10 @@ const routerConfig: RouteObject[] = [ path: '/', element: , children: [ + { + index: true, + element: , + }, { path: 'markets', element: ,