Fix wrong import
This commit is contained in:
parent
7076ada6f4
commit
45e38ae4c9
|
@ -2,7 +2,7 @@
|
||||||
/* jshint -W101 */
|
/* jshint -W101 */
|
||||||
import UIUtil from '../util/UIUtil';
|
import UIUtil from '../util/UIUtil';
|
||||||
import UIEvents from '../../../service/UI/UIEvents';
|
import UIEvents from '../../../service/UI/UIEvents';
|
||||||
import KeyboardShortcut from '../../keyboardshortcut/KeyboardShortcut';
|
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
||||||
|
|
||||||
let roomUrl = null;
|
let roomUrl = null;
|
||||||
let emitter = null;
|
let emitter = null;
|
||||||
|
|
Loading…
Reference in New Issue