8
0
فهرست منبع

Fix broken import.

Piotr Jasiun 6 سال پیش
والد
کامیت
f8fec8891d
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() {