diff --git a/apps/console/src/App.tsx b/apps/console/src/App.tsx index 7e7434551..f417b039d 100644 --- a/apps/console/src/App.tsx +++ b/apps/console/src/App.tsx @@ -44,6 +44,8 @@ const RegisterPage = lazy(() => import("./pages/RegisterPage")); const CreateOrganizationPage = lazy( () => import("./pages/CreateOrganizationPage") ); +const CreateFrameworkPage = lazy(() => import("./pages/CreateFrameworkPage")); +const CreateControlPage = lazy(() => import("./pages/CreateControlPage")); function App() { return ( @@ -208,6 +210,16 @@ function App() { } /> + + + + + + } + /> } /> + + + + + + } + /> +>(({ className, ...props }, ref) => { + return ( +