Skip to content

Commit 6a5e6d0

Browse files
committed
fix(selection): use relative util import
1 parent 64fcd4c commit 6a5e6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/selection/SelectionVisuals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44

55
import {
66
getType
7-
} from 'lib/util/Elements';
7+
} from '../../util/Elements';
88

99
var MARKER_HOVER = 'hover',
1010
MARKER_SELECTED = 'selected';

0 commit comments

Comments
 (0)