From a740e01d98cc306b749037f589c95b21d69506ab Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Tue, 14 Nov 2017 19:23:46 +0100 Subject: [PATCH] fix import --- src/reducer/selectionReducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');