Local storage basic persistence
This commit is contained in:
@ -23,7 +23,7 @@ const App: FunctionalComponent = () => {
|
||||
<Header />
|
||||
<Router onChange={handleRoute}>
|
||||
<Route path="/" component={Home} />
|
||||
<Route path="/p/:uuid" component={Project} />
|
||||
<Route path="/p/:projectId" component={Project} />
|
||||
<NotFoundPage default />
|
||||
</Router>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user