Browse Source

Fix wrong import

j8
yanas 8 years ago
parent
commit
45e38ae4c9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/toolbars/Toolbar.js

+ 1
- 1
modules/UI/toolbars/Toolbar.js View File

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

Loading…
Cancel
Save