|
|
@@ -22,8 +22,6 @@ import { StockMain } from './components/stock/stock_main.tsx';
|
|
|
import { GlobalConfig } from "../share/types.ts";
|
|
|
import { ExclamationTriangleIcon, HomeIcon, BellIcon, UserIcon, AcademicCapIcon } from '@heroicons/react/24/outline';
|
|
|
import { NotificationsPage } from './pages_messages.tsx';
|
|
|
-import { LivePage } from './pages_live.tsx';
|
|
|
-import { RTCPage } from './pages_rtc.tsx';
|
|
|
import { ClassroomPage } from './pages_classroom.tsx';
|
|
|
import ExamIndex from './components/Exam/ExamIndex.tsx';
|
|
|
import ExamAdmin from './components/Exam/ExamAdmin.tsx';
|
|
|
@@ -319,16 +317,6 @@ const App = () => {
|
|
|
element: <ProtectedRoute><ExamAdmin /></ProtectedRoute>,
|
|
|
errorElement: <ErrorPage />
|
|
|
},
|
|
|
- {
|
|
|
- path: '/mobile/live',
|
|
|
- element: <LivePage />,
|
|
|
- errorElement: <ErrorPage />
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/mobile/rtc',
|
|
|
- element: <RTCPage />,
|
|
|
- errorElement: <ErrorPage />
|
|
|
- },
|
|
|
{
|
|
|
path: '/mobile/login',
|
|
|
element: <LoginPage />,
|