diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 03:15:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 03:15:16 +0200 |
| commit | b78e1b985966b0ad976f7298e6a43b70cf8da603 (patch) | |
| tree | 14906f2c22117d626480c77c3aaa8619707a89ae /app | |
| parent | 158ca488807b02f10f6b57f14016f395d5837b1c (diff) | |
stub audioplayer
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/index.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index 8eb23ff..b09282f 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -8,6 +8,7 @@ import * as socket from './socket' import * as util from './util' import Header from './common/header.component' +import AudioPlayer from './common/audioPlayer.component' import System from './system/system.component' import Dashboard from './dashboard/dashboard.component' import modules from './modules' @@ -28,6 +29,7 @@ const app = ( <Route path='/dashboard/' component={Dashboard} /> {module_list} <Header /> + <AudioPlayer /> </div> </BrowserRouter> </Provider> |
