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';