fix import

This commit is contained in:
casperlamboo 2017-11-14 17:46:37 +01:00
parent 7139631d90
commit 3c41980fb9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import { pathToVectorPath, applyMatrixOnPath } from '../shape/shapeDataUtils.js';
import { applyMatrixOnPath } from './vectorUtils.js';
import { pathToVectorPath } from '../shape/shapeDataUtils.js';
import { Matrix } from 'cal';
import TraceWorker from 'workers/worker.js';
import { getPixel } from './colorUtils.js';