From abca372d8ef3d9ab0154c3706d88e0c3772bacc3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 23 Sep 2025 14:48:00 -0700 Subject: add community scores API and frontend views --- 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 9b0e058..934eecd 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,6 +8,7 @@ import Home from "./pages/Home"; import Score from "./pages/Score"; import Chart from "./pages/Chart"; import Admin from "./pages/Admin"; +import AllScores from "./pages/AllScores"; function App() { return ( @@ -21,6 +22,7 @@ function App() { } /> } /> } /> + } /> ); -- cgit v1.2.3