8
0
Oskar Wróbel 6 лет назад
Родитель
Сommit
9e514b6caa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/src/editor/editor.js

+ 1 - 1
packages/ckeditor5-core/src/editor/editor.js

@@ -7,7 +7,7 @@
  * @module core/editor/editor
  * @module core/editor/editor
  */
  */
 
 
-import Context from '@ckeditor/ckeditor5-core/src/context';
+import Context from '../context';
 import Config from '@ckeditor/ckeditor5-utils/src/config';
 import Config from '@ckeditor/ckeditor5-utils/src/config';
 import EditingController from '@ckeditor/ckeditor5-engine/src/controller/editingcontroller';
 import EditingController from '@ckeditor/ckeditor5-engine/src/controller/editingcontroller';
 import PluginCollection from '../plugincollection';
 import PluginCollection from '../plugincollection';