From 159cac6460fb2a42456c6f9a44cbcdb03b938823 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Sep 2025 21:45:38 -0700 Subject: implement admin dashboard frontend and handle game creation --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/App.tsx') 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() { } /> } /> } /> + } /> ); -- cgit v1.2.3