diff --git a/src/reducer/selectionReducer.js b/src/reducer/selectionReducer.js index ef227f2..354b968 100644 --- a/src/reducer/selectionReducer.js +++ b/src/reducer/selectionReducer.js @@ -1,7 +1,7 @@ import update from 'react-addons-update'; import * as actions from '../actions/index.js'; import { Vector } from 'cal'; -import { shapeToPoints } from '../shape/shapeDataUtils.js'; +import { shapeToPoints } from '../shape/shapeToPoints.js'; import createDebug from 'debug'; const debug = createDebug('d3d:reducer:selection');