diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-21 22:49:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-21 22:49:55 +0200 |
| commit | 15d5cea9d1d94a6893ef1a55a916e68a182e5394 (patch) | |
| tree | b0d71498d2a0649c7180940a38d2fbfa595ca515 /app/client/index.jsx | |
| parent | 270d9ccc3f93f29559dbf9c746070812a63e99e1 (diff) | |
browser is just a component
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 => { |
