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 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> |
