8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
0a83ff24cd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-typing/src/typing.js

+ 2 - 2
packages/ckeditor5-typing/src/typing.js

@@ -4,8 +4,8 @@
  */
 
 import Feature from '../core/feature.js';
-import Input from './input';
-import Delete from './delete';
+import Input from './input.js';
+import Delete from './delete.js';
 
 /**
  * The typing feature. Handles typing.