WIP: sidebar overlay component.

This commit is contained in:
a.bouhuolia
2021-08-01 22:11:44 +02:00
parent 44edc990ae
commit 9dbd128236
13 changed files with 277 additions and 56 deletions

View File

@@ -48,7 +48,7 @@ function App({ locale }) {
<div className="App">
<Router history={history}>
<Switch>
<Route path={'/auth'} component={Authentication} />
{/* <Route path={'/auth'} component={Authentication} /> */}
<Route path={'/'}>
<PrivateRoute component={DashboardPrivatePages} />
</Route>