ソースを参照

Fix broken import.

Piotr Jasiun 6 年 前
コミット
56768243dc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-ui/src/editorui/bodycollection.js

+ 1 - 1
packages/ckeditor5-ui/src/editorui/bodycollection.js

@@ -12,7 +12,7 @@
 import Template from '../template';
 import ViewCollection from '../viewcollection';
 
-import createElement from '@ckeditor/ckeditor5-utils/src/dom/createElement';
+import createElement from '@ckeditor/ckeditor5-utils/src/dom/createelement';
 
 export default class BodyCollection extends ViewCollection {
 	attachToDOM() {