Apps grid

This commit is contained in:
unknown
2021-05-09 18:36:55 +02:00
parent 7199e296b8
commit 0502a653ac
12 changed files with 171 additions and 13 deletions

View File

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