summaryrefslogtreecommitdiff
path: root/app/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-17 03:31:47 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-17 03:31:47 +0200
commit439888003a41279a0fe5a74ac5b92898cabd827b (patch)
tree0d4996c33f059b879777272f9e43b3092b73bc6e /app/client
parent9b01d4855875bc8555de4079e83eac7c47b5f80d (diff)
build
Diffstat (limited to 'app/client')
-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 00536eb..c2c0047 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -30,7 +30,7 @@ const app = (
<Route exact path='/logout/' component={Auth.Logout} />
{module_list}
<Route exact path='/' component={Header} />
- <div>
+ </div>
</BrowserRouter>
<AudioPlayer />
</Auth.Gate>