Skip to content
Snippets Groups Projects
Commit 5c5ca742 authored by Princelle Maxime's avatar Princelle Maxime :gay_pride_flag:
Browse files

:art: remove spaces in code

parent 0851342c
Branches
2 merge requests!4Add CI deployment,!1Persistance
......@@ -33,12 +33,11 @@ export default function App() {
return (
<Router>
<div>
<Switch>
<Route path="/login">
<Login handleAuth={handleAuth} />
</Route>
<PrivateRoute authed={authed} path="/" component={Dashboard} />
<PrivateRoute authed={authed} path="/" component={Dashboard} />
</Switch>
</div>
</Router>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment