fix import

This commit is contained in:
casperlamboo 2017-11-15 16:18:41 +01:00
parent 148eace378
commit f2a6e9342a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import 'babel-polyfill';
import * as POTRACE from 'potrace-js';
import { POTRACE_OPTIONS } from '@doodle3d-core/constants/d2Constants.js';
import { POTRACE_OPTIONS } from 'doodle3d-core/constants/d2Constants.js';
self.addEventListener('message', (event) => {
switch (event.data.msg) {