瀏覽代碼

Internal: Updated the path to the ClassicEditor class (see https://github.com/ckeditor/ckeditor5-editor-classic/issues/41).

Szymon Kupś 8 年之前
父節點
當前提交
58c625abf5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-heading/tests/manual/heading.js

+ 1 - 1
packages/ckeditor5-heading/tests/manual/heading.js

@@ -5,7 +5,7 @@
 
 /* globals console, document, window */
 
-import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
+import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 import Enter from '@ckeditor/ckeditor5-enter/src/enter';
 import Typing from '@ckeditor/ckeditor5-typing/src/typing';
 import Heading from '../../src/heading';