diff options
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 3 |
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 => { |
