refactor: Comment out deprecated playground page (#5616)

refactor: comment out deprecated playground page
This commit is contained in:
anovazzi1 2025-01-13 15:58:53 -03:00 committed by GitHub
commit 41d5eab261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(
</Route>
<Route path="view" element={<ViewPage />} />
</Route>
<Route path="playground/:id/">
{/* <Route path="playground/:id/">
<Route path="" element={<PlaygroundPage />} />
</Route>
</Route> */}
</Route>
</Route>
<Route