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 a5007ba..5bb84b7 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -29,7 +29,7 @@ const app = ( <Route exact path='/dashboard/' component={Dashboard} /> <Route exact path='/logout/' component={Auth.Logout} /> {module_list} - <Route exact path='/' component={Header} /> + <Header /> <Route component={() => <Redirect to="/" />} /> </Switch> </BrowserRouter> |
