mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-01-03 16:43:47 +01:00
fix imports
This commit is contained in:
parent
67300e4e2d
commit
e765904f3e
@ -1,5 +1,5 @@
|
|||||||
import { SHAPE_TYPE_PROPERTIES } from 'src/js/constants/shapeTypeProperties.js';
|
import { SHAPE_TYPE_PROPERTIES } from '../constants/shapeTypeProperties.js';
|
||||||
import { calculatePointInImage } from 'src/js/utils/matrixUtils.js';
|
import { calculatePointInImage } from './matrixUtils.js';
|
||||||
import R from 'ramda';
|
import R from 'ramda';
|
||||||
// import createDebug from 'debug';
|
// import createDebug from 'debug';
|
||||||
// const debug = createDebug('d3d:utils:objectSelectors');
|
// const debug = createDebug('d3d:utils:objectSelectors');
|
||||||
|
Loading…
Reference in New Issue
Block a user