mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
|
const fadeEffect = require('./FadeEffect').default;
|
||
|
const shape = require('./Shape').default;
|
||
|
|
||
|
export const Utils = {
|
||
|
FadeEffect: fadeEffect,
|
||
|
Shape: shape,
|
||
|
};
|