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

7 lines
237 B
JavaScript

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