Client:Src:Routes: remove the router for the old Wizard component

This commit is contained in:
Darya Umrikhina 2024-07-12 12:13:38 +04:00
parent 582c0a434f
commit 18b3de9997

View File

@ -422,7 +422,7 @@ const ClientRoutes = [
},
],
},
{
/* {
path: "/wizard",
element: (
<PublicRoute>
@ -431,7 +431,7 @@ const ClientRoutes = [
</ErrorBoundary>
</PublicRoute>
),
},
}, */
{
path: "/sdk/:mode",
element: <Sdk />,