diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
| commit | 8cb0ad1bf5b1cc20bdecf657efdd754a4f28c088 (patch) | |
| tree | 2b6665feca92827640a42bae64b74b8a6fbd1685 /app/client/index.jsx | |
| parent | 004d0de02c3da6de9d6d0f9d46e8c38f8c8fd068 (diff) | |
footer tracks the location somewhat
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 8a13687..fd4679c 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -28,7 +28,7 @@ const app = ( <Route path='/system/' component={System} /> <Route path='/dashboard/' component={Dashboard} /> {module_list} - <Header /> + <Route path='/' component={Header} /> <AudioPlayer /> </div> </BrowserRouter> |
