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