fix import

This commit is contained in:
casperlamboo 2017-11-14 19:23:46 +01:00
parent ce727117f6
commit a740e01d98
1 changed files with 1 additions and 1 deletions

View File

@ -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');