Explorar el Código

Fixed relative imports.

Piotrek Koszuliński hace 9 años
padre
commit
23b29ea74b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-utils/src/keystrokehandler.js

+ 2 - 2
packages/ckeditor5-utils/src/keystrokehandler.js

@@ -7,8 +7,8 @@
  * @module utils/keystrokehandler
  */
 
-import DomEmitterMixin from '../src/dom/emittermixin';
-import { getCode, parseKeystroke } from '../src/keyboard';
+import DomEmitterMixin from './dom/emittermixin';
+import { getCode, parseKeystroke } from './keyboard';
 
 /**
  * Keystroke handler registers keystrokes so the callbacks associated