diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:31:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:31:35 +0200 |
| commit | 9b01d4855875bc8555de4079e83eac7c47b5f80d (patch) | |
| tree | 8120a4b770a88d7e024b6afb50867f3101b5327e /app/client | |
| parent | 3417abb3f50fdc6dac116d16b0f737f83d29c3f4 (diff) | |
build
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/index.jsx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index 55e3325..00536eb 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -23,12 +23,14 @@ const app = ( <Provider store={store}> <Auth.Gate> <BrowserRouter> - <Route exact path='/' component={Dashboard} /> - <Route exact path='/system/' component={System} /> - <Route exact path='/dashboard/' component={Dashboard} /> - <Route exact path='/logout/' component={Auth.Logout} /> - {module_list} - <Route exact path='/' component={Header} /> + <div> + <Route exact path='/' component={Dashboard} /> + <Route exact path='/system/' component={System} /> + <Route exact path='/dashboard/' component={Dashboard} /> + <Route exact path='/logout/' component={Auth.Logout} /> + {module_list} + <Route exact path='/' component={Header} /> + <div> </BrowserRouter> <AudioPlayer /> </Auth.Gate> |
