Skip to content

Commit 08c0c24

Browse files
joshfrenchbantic
authored andcommitted
fix(ui): Fix UI export (#492)
1 parent 3d3bc2e commit 08c0c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Editor from './editor/editor';
2-
import UI from './editor/ui';
2+
import * as UI from './editor/ui';
33
import ImageCard from './cards/image';
44
import Range from './utils/cursor/range';
55
import Position from './utils/cursor/position';

0 commit comments

Comments
 (0)