Sfoglia il codice sorgente

Fix broken import.

Piotr Jasiun 6 anni fa
parent
commit
56768243dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {