woocommerce/plugins/woocommerce-admin/client/components/index.js

7 lines
234 B
JavaScript

/** @format */
export { default as Chart } from './chart';
export { default as ChartLegend } from './d3chart/legend';
export { default as ChartPlaceholder } from './chart/placeholder';
export { default as D3Chart } from './d3chart';