From 41d5eab261c871368315801d24e68a5d152e7ca7 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 13 Jan 2025 15:58:53 -0300 Subject: [PATCH] refactor: Comment out deprecated playground page (#5616) refactor: comment out deprecated playground page --- src/frontend/src/routes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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( } /> - + {/* } /> - + */}