We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3bc2e commit 08c0c24Copy full SHA for 08c0c24
src/js/index.js
@@ -1,5 +1,5 @@
1
import Editor from './editor/editor';
2
-import UI from './editor/ui';
+import * as UI from './editor/ui';
3
import ImageCard from './cards/image';
4
import Range from './utils/cursor/range';
5
import Position from './utils/cursor/position';
0 commit comments