aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-30 00:59:25 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-30 00:59:25 -0700
commit8559b615734760ff060ac2c714c8fca80d5ed251 (patch)
treeae62093d8235985b63369d034d7ce939fc128610 /frontend/src/App.tsx
parentfae6914acace1a3b470f9d243fe8a2ba0f141388 (diff)
add score import page
Diffstat (limited to 'frontend/src/App.tsx')
-rw-r--r--frontend/src/App.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index d317805..65f3355 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -3,6 +3,7 @@ import { AuthProvider } from './contexts/AuthContext';
import Landing from './pages/Landing';
import Login from './pages/Login';
import Register from './pages/Register';
+import Import from './pages/Import';
import Home from './pages/Home';
function App() {
@@ -12,10 +13,11 @@ function App() {
<Route path="/" element={<Landing />} />
<Route path="/login" element={<Login />} />
<Route path="/register" element={<Register />} />
+ <Route path="/import" element={<Import />} />
<Route path="/home" element={<Home />} />
</Routes>
</AuthProvider>
);
}
-export default App; \ No newline at end of file
+export default App;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage