浏览代码

Fix wrong import

j8
yanas 8 年前
父节点
当前提交
45e38ae4c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/toolbars/Toolbar.js

+ 1
- 1
modules/UI/toolbars/Toolbar.js 查看文件

2
 /* jshint -W101 */
2
 /* jshint -W101 */
3
 import UIUtil from '../util/UIUtil';
3
 import UIUtil from '../util/UIUtil';
4
 import UIEvents from '../../../service/UI/UIEvents';
4
 import UIEvents from '../../../service/UI/UIEvents';
5
-import KeyboardShortcut from '../../keyboardshortcut/KeyboardShortcut';
5
+import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
6
 
6
 
7
 let roomUrl = null;
7
 let roomUrl = null;
8
 let emitter = null;
8
 let emitter = null;

正在加载...
取消
保存