aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-26 21:17:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-26 21:17:06 -0700
commit82bc6b860598103af46030d875b82da239dc999d (patch)
tree33c0ff88e86ce3a94ba2a7c07f79cae0d7730dac /frontend/src/App.tsx
parent00ffea6a46890bdeac160f8a35b91a7d9298b721 (diff)
stub profile page
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 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() {
<Route path="/chart" element={<Chart />} />
<Route path="/admin" element={<Admin />} />
<Route path="/allScores" element={<AllScores />} />
+ <Route path="/profile" element={<Profile />} />
</Routes>
</AuthProvider>
);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage