Skip to content

Commit

Permalink
fix(selection): use relative util import
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 25, 2018
1 parent 64fcd4c commit 6a5e6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/selection/SelectionVisuals.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {

import {
getType
} from 'lib/util/Elements';
} from '../../util/Elements';

var MARKER_HOVER = 'hover',
MARKER_SELECTED = 'selected';
Expand Down

0 comments on commit 6a5e6d0

Please sign in to comment.