fix import

This commit is contained in:
casperlamboo 2017-11-14 17:29:44 +01:00
parent e765904f3e
commit 058fe01ac1
1 changed files with 1 additions and 1 deletions

View File

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