diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:28:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:28:59 +0200 |
| commit | 0a221464241ccda47e0dd52ba309ccf9dead0f96 (patch) | |
| tree | 6137bd5cedf98741ec7fe4cc5a95d7bccd5b0b21 /app/client/index.jsx | |
| parent | 3b0acc48de43efbc25b33f40a043251f9766f0ff (diff) | |
build
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> |
