sbt-idp/cope2n-fe/src/components/report-detail/index.tsx
2024-01-31 16:54:39 +07:00

5 lines
255 B
TypeScript

export { default as ReportInformation } from './report-information';
export { default as ReportMultiTypeChart } from './report-multitype-chart';
export { default as ReportOverViewTable } from './report-overview-table';
export * from './report-pie-chart';