diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 14:37:02 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 14:37:02 +0100 |
| commit | 28eda92b20df45e5bcc0ce9d5cac7656ddc55dd9 (patch) | |
| tree | d34c9eca6ae1a0be34c688c34b194f676026f799 /app/client/index.jsx | |
| parent | 2acf5e787edb70bb4737492a360315b3fc036b54 (diff) | |
ui updates
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 4e0c38d..cf2616d 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -29,7 +29,7 @@ const app = ( <Provider store={store}> <Auth.Gate> <BrowserRouter> - <div className='everybody'> + <div> <Route exact path='/system' component={System} /> <Route exact path='/dashboard' component={Dashboard} /> <Route exact path='/browse' component={Browser} /> |
