summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-21 22:49:55 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-21 22:49:55 +0200
commit15d5cea9d1d94a6893ef1a55a916e68a182e5394 (patch)
treeb0d71498d2a0649c7180940a38d2fbfa595ca515 /app/client/index.jsx
parent270d9ccc3f93f29559dbf9c746070812a63e99e1 (diff)
browser is just a component
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index 2b28ac1..cda528c 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -7,10 +7,9 @@ import * as socket from './socket'
import util from './util'
import Auth from './auth'
-import { Header, AudioPlayer } from './common'
+import { Header, Browser, AudioPlayer } from './common'
import System from './system/system.component'
import Dashboard from './dashboard/dashboard.component'
-import Browser from './browser/browser.component'
import modules from './modules'
const module_list = Object.keys(modules).map(name => {