aboutsummaryrefslogtreecommitdiff
path: root/app/src/App.tsx
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-10 23:11:17 -0600
committerParker <contact@pkrm.dev>2024-11-10 23:11:17 -0600
commit8985eecfeac5887f59fdf36d9b3f2584692ff5ed (patch)
tree908b05eacbad8def836dae7ccf67c534675bb912 /app/src/App.tsx
parent691aa744a0398f185b3ca98a36fbd83806c7786c (diff)
Add log routes and update dashboard
Diffstat (limited to 'app/src/App.tsx')
-rw-r--r--app/src/App.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/App.tsx b/app/src/App.tsx
index 75cd203..14fa571 100644
--- a/app/src/App.tsx
+++ b/app/src/App.tsx
@@ -1,5 +1,4 @@
import { BrowserRouter as Router, Route, Routes } from 'react-router-dom';
-// Import components
import Login from './components/Login'
import Signup from './components/Signup'
import Dashboard from './components/Dashboard'