sbt-idp/cope2n-fe/src/components/charts/index.tsx

3 lines
114 B
TypeScript
Raw Normal View History

2024-01-31 04:08:20 +00:00
export { default as MultiTypeChart } from './multitype-chart';
export { default as PieChart } from './pie-chart';