diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:30:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:30:42 +0200 |
| commit | 3417abb3f50fdc6dac116d16b0f737f83d29c3f4 (patch) | |
| tree | 5055e1afec52b8db6047d147d4812144af421e8e /app/client/index.jsx | |
| parent | 4109cb2c34237266ddb317894084d7730d6faca6 (diff) | |
build
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index a1efa58..55e3325 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -23,14 +23,12 @@ const app = ( <Provider store={store}> <Auth.Gate> <BrowserRouter> - <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} - <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} /> </BrowserRouter> <AudioPlayer /> </Auth.Gate> |
