0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-04-30 21:40:41 +02:00

fix import

This commit is contained in:
casperlamboo 2017-11-14 17:35:11 +01:00
parent 058fe01ac1
commit 09f276e26c

@ -5,7 +5,8 @@ import * as actions from '../../../actions/index.js';
import { SHAPE_TYPE_PROPERTIES } from '../../../constants/shapeTypeProperties.js';
import { LINE_WIDTH, CLIPPER_PRECISION } from '../../../constants/d2Constants.js';
import { shapeToPoints } from '../../../shape/shapeToPoints.js';
import { applyMatrixOnShape, pathToVectorPath } from '../../../shape/shapeDataUtils.js';
import { applyMatrixOnShape } from '../../../utils/VectorUtils.js';
import { pathToVectorPath } from '../../../shape/shapeDataUtils.js';
import { addObject } from '../../../reducer/objectReducers.js';
import subtractShapeFromState from '../../../utils/subtractShapeFromState.js';
import { getColor, getFirst, filterType, getObjectsFromIds } from '../../../utils/objectSelectors.js';