From 4fc648449d2275d34a4f94e8e2671d7d05125b1f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 7 Jul 2025 11:48:51 -0700 Subject: implement chart view by ID, allow request by pbOnly --- 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 f6fffca..9c4e8bd 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -6,6 +6,7 @@ import Register from "./pages/Register"; import Import from "./pages/Import"; import Home from "./pages/Home"; import Score from "./pages/Score"; +import Chart from "./pages/Chart"; function App() { return ( @@ -17,6 +18,7 @@ function App() { } /> } /> } /> + } /> ); -- cgit v1.2.3