From b45cc93ff41343811ec3fa217018fc1cd63c93c1 Mon Sep 17 00:00:00 2001 From: Daniil Chemerkin Date: Tue, 25 Mar 2025 21:42:40 +0000 Subject: [PATCH] Develop --- src/components/App/index.tsx | 4 +++- src/components/pages/ABDesign/v1/pages/Onboarding/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index ab238ce..2e65d10 100755 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -494,12 +494,14 @@ function App(): JSX.Element { /> + + } /> } /> {/* ROUTES OFF */} - } /> + {/* } /> */} } />