mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-31 23:33:47 +01:00
fix import
This commit is contained in:
parent
2be3bc6362
commit
790948ccc6
@ -1,5 +1,5 @@
|
|||||||
import * as THREE from 'three';
|
import * as THREE from 'three';
|
||||||
import { shapeToPoints, getPointsBounds } from './shapeDataUtils.js';
|
import { shapeToPoints, getPointsBounds } from '../shape/DataUtils.js'
|
||||||
import { Vector } from 'cal';
|
import { Vector } from 'cal';
|
||||||
import arrayMemoizer from './arrayMemoizer.js';
|
import arrayMemoizer from './arrayMemoizer.js';
|
||||||
import memoize from 'memoizee';
|
import memoize from 'memoizee';
|
||||||
|
Loading…
Reference in New Issue
Block a user