Apps actions and reducer

This commit is contained in:
unknown
2021-05-10 19:02:16 +02:00
parent 2acc3b72ec
commit 78acede8ab
15 changed files with 230 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ const App = (): JSX.Element => {
<Switch>
<Route exact path='/' component={Home} />
<Route path='/settings' component={Settings} />
<Route path='/apps' component={Apps} />
</Switch>
</BrowserRouter>
</Provider>