diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:31:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 03:31:47 +0200 |
| commit | 439888003a41279a0fe5a74ac5b92898cabd827b (patch) | |
| tree | 0d4996c33f059b879777272f9e43b3092b73bc6e /app/client/index.jsx | |
| parent | 9b01d4855875bc8555de4079e83eac7c47b5f80d (diff) | |
build
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 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> |
