mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
remove math
This commit is contained in:
parent
c926984bb6
commit
ef76191141
@ -1,8 +1,7 @@
|
|||||||
import * as math from './math/index.js';
|
|
||||||
import * as shape from './shape/index.js';
|
import * as shape from './shape/index.js';
|
||||||
import * as utils from './utils/index.js';
|
import * as utils from './utils/index.js';
|
||||||
import * as d3 from './d3/index.js';
|
import * as d3 from './d3/index.js';
|
||||||
import * as components from './components/index.js';
|
import * as components from './components/index.js';
|
||||||
import * as constants from './constants/index.js';
|
import * as constants from './constants/index.js';
|
||||||
|
|
||||||
export { math, shape, utils, d3, components, constants };
|
export { shape, utils, d3, components, constants };
|
||||||
|
Loading…
Reference in New Issue
Block a user