summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-17 03:27:16 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-17 03:27:16 +0200
commit3b0acc48de43efbc25b33f40a043251f9766f0ff (patch)
tree18b1e5af8889662b713bbedd0fa9c3de6de464a4 /app/client/index.jsx
parent6eceaa562b5752ec884c15466241228db3955dc8 (diff)
build
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx2
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>