From 39fa662ca55d844ba3aaa47582f5acd2de7bb8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Sun, 14 May 2023 23:42:45 +0400 Subject: [PATCH] fix --- front/src/App.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/front/src/App.jsx b/front/src/App.jsx index d268fe7..2fef7e2 100644 --- a/front/src/App.jsx +++ b/front/src/App.jsx @@ -1,6 +1,4 @@ import { Routes, BrowserRouter, Route } from 'react-router-dom'; -import Creator from './MainS/Creator'; -import Reader from './MainS/Reader'; import Header from './components/Header'; import CreatorAction from './Main/CreatorAction'; import ReaderAction from './Main/ReaderAction'; @@ -16,9 +14,6 @@ function Router(props) { } export default function App() { - const routes = [ - { index: true, element: }, - ]; const links = [ { path: 'catalog', label: "Catalog", userGroup: "AUTH" }, @@ -44,8 +39,6 @@ export default function App() { }> } path="/users" /> - } path="/creator" /> - } path="/reader" /> } path="/creatorAction" />