mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 21:27:10 +00:00
deleted competition constructor
This commit is contained in:
@@ -10,7 +10,6 @@ import LoginPage from "./pages/Login";
|
||||
import { AuthLayout } from "./widgets/auth-layout";
|
||||
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
|
||||
import ReviewPage from "./pages/Review";
|
||||
import CompetitionConstructor from "./pages/CompetitionConstructor";
|
||||
import UserProfile from "./pages/UserProfile";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
@@ -32,15 +31,6 @@ const App = () => {
|
||||
element={<CompetitionSession />}
|
||||
/>
|
||||
|
||||
<Route path="/constructor/:id" element={<CompetitionConstructor />} />
|
||||
|
||||
<Route path="/constructor/new" element={<CompetitionConstructor />} />
|
||||
|
||||
<Route
|
||||
path="/constructor/:id/tasks/:taskId"
|
||||
element={<CompetitionConstructor />}
|
||||
/>
|
||||
|
||||
<Route path="/profile" element={<UserProfile />} />
|
||||
|
||||
<Route path="/review/:token" element={<ReviewPage />} />
|
||||
|
||||
Reference in New Issue
Block a user