瀏覽代碼

Fix wrong import

master
yanas 9 年之前
父節點
當前提交
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;

Loading…
取消
儲存