From fc032afb8f95234f5c8c8b7ce420838eec85c324 Mon Sep 17 00:00:00 2001 From: Yury Date: Fri, 24 May 2024 16:05:52 +0300 Subject: [PATCH] chore: added changes from main --- src/routes/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 5817cf9..f716155 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -67,7 +67,10 @@ export const privateRoutes = [ }, { path: appPrivateRoutes.profileSettings, - element: + element: }, - { path: appPrivateRoutes.relays, element: } + { + path: appPrivateRoutes.relays, + element: + } ]