From 790948ccc63d303f9101ae89a8038e9925898dc6 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Tue, 14 Nov 2017 15:32:48 +0100 Subject: [PATCH] fix import --- src/utils/selectionUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/selectionUtils.js b/src/utils/selectionUtils.js index 57a6164..7283cf3 100644 --- a/src/utils/selectionUtils.js +++ b/src/utils/selectionUtils.js @@ -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';