From 645a88e7e35d15cec6106709c42b071bec045e0d Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 2 Aug 2023 02:52:07 +0800 Subject: ... --- FrontEnd/src/App.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FrontEnd/src/App.tsx') diff --git a/FrontEnd/src/App.tsx b/FrontEnd/src/App.tsx index ca3e4d38..6029daac 100644 --- a/FrontEnd/src/App.tsx +++ b/FrontEnd/src/App.tsx @@ -10,8 +10,6 @@ import LoginPage from "./pages/login"; import RegisterPage from "./pages/register"; import TimelinePage from "./pages/timeline"; import LoadingPage from "./pages/loading"; -import Search from "./views/search"; -import Admin from "./views/admin"; import AlertHost from "./views/common/alert/AlertHost"; export default function App() { @@ -25,8 +23,6 @@ export default function App() { } /> } /> } /> - } /> - } /> } /> } /> } /> -- cgit v1.2.3