diff --git a/src/frontend/src/routes.tsx b/src/frontend/src/routes.tsx index d75b4da10..b56bfbebe 100644 --- a/src/frontend/src/routes.tsx +++ b/src/frontend/src/routes.tsx @@ -41,7 +41,7 @@ const AdminPage = lazy(() => import("./pages/AdminPage")); const LoginAdminPage = lazy(() => import("./pages/AdminPage/LoginPage")); const DeleteAccountPage = lazy(() => import("./pages/DeleteAccountPage")); -const PlaygroundPage = lazy(() => import("./pages/Playground")); +// const PlaygroundPage = lazy(() => import("./pages/Playground")); const SignUp = lazy(() => import("./pages/SignUpPage")); const router = createBrowserRouter( @@ -203,9 +203,9 @@ const router = createBrowserRouter( } /> - + {/* } /> - + */}