add import

This commit is contained in:
casperlamboo 2017-11-14 18:34:43 +01:00
parent 968703357f
commit 026c6f4ac3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import { applyMatrixOnShape, pathToVectorPath } from '../utils/vectorUtils.js';
import subtractShapeFromState from '../utils/subtractShapeFromState.js';
import * as d2Tools from '../constants/d2Tools';
import { CLIPPER_PRECISION } from '../constants/d2Constants.js';
import * as actions from '../actions/index.js';
const LINE_WIDTH = 0.5;