7 lines
203 B
Java
7 lines
203 B
Java
import * as ErrorBar from './ErrorBar';
|
|
import * as Sankey from './Sankey';
|
|
export default function () {
|
|
Sankey.registerShape();
|
|
ErrorBar.registerShape();
|
|
}
|
|
//# sourceMappingURL=loadShapes.js.map |