refactor: Comment out deprecated playground page (#5616)
refactor: comment out deprecated playground page
This commit is contained in:
parent
40925e89a5
commit
41d5eab261
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue