Local storage basic persistence

This commit is contained in:
2020-04-20 14:07:26 +02:00
parent 3ebb707fd3
commit 10983f6ac4
12 changed files with 150 additions and 14 deletions

View File

@ -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>