Skip to content

Commit

Permalink
fix(ui): Fix UI export (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfrench authored and bantic committed Sep 13, 2016
1 parent 3d3bc2e commit 08c0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Editor from './editor/editor';
import UI from './editor/ui';
import * as UI from './editor/ui';
import ImageCard from './cards/image';
import Range from './utils/cursor/range';
import Position from './utils/cursor/position';
Expand Down

0 comments on commit 08c0c24

Please sign in to comment.