summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-04 04:50:27 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-04 04:50:27 +0200
commit91c47c22f2c71c524fd665f19186bb014c94ab31 (patch)
tree842c12c78c64845d6326d241e4ed84fce9adef29 /app/client/index.jsx
parent0cfde7b1c1ded067f56c681722b3c3d5f08692be (diff)
audioplayer you can toggle
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 b09282f..51e92df 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -8,7 +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 AudioPlayer from './common/audioPlayer/audioPlayer.component'
import System from './system/system.component'
import Dashboard from './dashboard/dashboard.component'
import modules from './modules'