aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.tsx')
-rw-r--r--frontend/src/App.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 9c4e8bd..9b0e058 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -7,6 +7,7 @@ import Import from "./pages/Import";
import Home from "./pages/Home";
import Score from "./pages/Score";
import Chart from "./pages/Chart";
+import Admin from "./pages/Admin";
function App() {
return (
@@ -19,6 +20,7 @@ function App() {
<Route path="/home" element={<Home />} />
<Route path="/score" element={<Score />} />
<Route path="/chart" element={<Chart />} />
+ <Route path="/admin" element={<Admin />} />
</Routes>
</AuthProvider>
);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage