Web:Client: update routes after merge

This commit is contained in:
Timofey Boyko 2023-07-19 13:23:17 +03:00
parent b2501a5dfa
commit 584d643f51

View File

@ -17,6 +17,8 @@ const Client = loadable(() => import("../Client"));
const Home = loadable(() => import("../pages/Home"));
const Sdk = loadable(() => import("../pages/Sdk"));
const FormGallery = loadable(() => import("../pages/FormGallery"));
const About = loadable(() => import("../pages/About"));
const Wizard = loadable(() => import("../pages/Wizard"));
@ -240,6 +242,10 @@ const ClientRoutes = [
</PublicRoute>
),
},
{
path: "/sdk/:mode",
element: <Sdk />,
},
{
path: "/about",
element: (