Explorar el Código

Fix broken import.

Piotr Jasiun hace 6 años
padre
commit
56768243dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {