more logical import

This commit is contained in:
casperlamboo 2017-11-14 18:00:38 +01:00
parent 943c1dcc88
commit 82ebf53ff2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { Vector, Matrix } from '@doodle3d/cal';
import * as d2Tools from '../constants/d2Tools';
import * as d3Tools from '../constants/d3Tools';
import * as d2Tools from './d2Tools';
import * as d3Tools from './d3Tools';
const SHAPE = {
D3Visible: true,