summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
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 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>