Browse Source

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

Aleksander Nowodzinski 8 years ago
parent
commit
0a7d68c0e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-enter/tests/manual/enter.js

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

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