sbt-idp/cope2n-fe/src/components/report-detail/index.tsx

5 lines
251 B
TypeScript
Raw Normal View History

2024-01-31 04:08:20 +00:00
export { default as ReportDetailTable } from './report-detail-table';
export { default as ReportInformation } from './report-information';
export { default as ReportMultiTypeChart } from './report-multitype-chart';
export * from './report-pie-chart';