cleanup: remove test pages
This commit is contained in:
@@ -18,7 +18,6 @@ const adminAtom = atomWithStorage("admin-id", "");
|
||||
const pickmeModeAtom = atomWithStorage("pickmeMode", false);
|
||||
|
||||
const EditorPage = lazy(() => import("./pages/editor"));
|
||||
const TestPage = lazy(() => import("./pages/test"));
|
||||
const AdminProfilePage = lazy(() => import("./pages/AdminProfile"));
|
||||
const ClassProfilePage = lazy(() => import("./pages/ClassProfile"));
|
||||
|
||||
@@ -62,7 +61,6 @@ const pages = {
|
||||
"/app": <DX4App {...basePageProps} />,
|
||||
"/exit": <ExitPage {...basePageProps} />,
|
||||
"/editor": <EditorPage {...basePageProps} />,
|
||||
"/test": <TestPage />,
|
||||
"/adminprofile": <AdminProfilePage {...basePageProps} />,
|
||||
"/classprofile": <ClassProfilePage {...basePageProps} />,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user