summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-11 14:37:02 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-11 14:37:02 +0100
commit28eda92b20df45e5bcc0ce9d5cac7656ddc55dd9 (patch)
treed34c9eca6ae1a0be34c688c34b194f676026f799 /app/client/index.jsx
parent2acf5e787edb70bb4737492a360315b3fc036b54 (diff)
ui updates
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 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} />