diff options
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index 5bb84b7..0258a7a 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -29,10 +29,10 @@ const app = ( <Route exact path='/dashboard/' component={Dashboard} /> <Route exact path='/logout/' component={Auth.Logout} /> {module_list} - <Header /> <Route component={() => <Redirect to="/" />} /> </Switch> </BrowserRouter> + <Header /> <AudioPlayer /> </Auth.Gate> </Provider> |
