diff options
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 58b6687..16fad2b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -12,7 +12,7 @@ function App() { return ( <Switch> <Route path="/login" component={Login} /> - <Route path="*"> + <Route> <ProtectedRoute> <Layout> <Switch> |
