From 82bc6b860598103af46030d875b82da239dc999d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 26 Oct 2025 21:17:06 -0700 Subject: stub profile page --- 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 934eecd..fb97ed6 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -9,6 +9,7 @@ import Score from "./pages/Score"; import Chart from "./pages/Chart"; import Admin from "./pages/Admin"; import AllScores from "./pages/AllScores"; +import Profile from "./pages/Profile"; function App() { return ( @@ -23,6 +24,7 @@ function App() { } /> } /> } /> + } /> ); -- cgit v1.2.3