mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
fix import
This commit is contained in:
parent
ce727117f6
commit
a740e01d98
@ -1,7 +1,7 @@
|
|||||||
import update from 'react-addons-update';
|
import update from 'react-addons-update';
|
||||||
import * as actions from '../actions/index.js';
|
import * as actions from '../actions/index.js';
|
||||||
import { Vector } from 'cal';
|
import { Vector } from 'cal';
|
||||||
import { shapeToPoints } from '../shape/shapeDataUtils.js';
|
import { shapeToPoints } from '../shape/shapeToPoints.js';
|
||||||
import createDebug from 'debug';
|
import createDebug from 'debug';
|
||||||
const debug = createDebug('d3d:reducer:selection');
|
const debug = createDebug('d3d:reducer:selection');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user