fix import

This commit is contained in:
casperlamboo 2017-11-14 15:32:48 +01:00
parent 2be3bc6362
commit 790948ccc6

View File

@ -1,5 +1,5 @@
import * as THREE from 'three';
import { shapeToPoints, getPointsBounds } from './shapeDataUtils.js';
import { shapeToPoints, getPointsBounds } from '../shape/DataUtils.js'
import { Vector } from 'cal';
import arrayMemoizer from './arrayMemoizer.js';
import memoize from 'memoizee';