3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
// 统一导出,供 @/components/charts 引用
|
|
export { LineChart, PieChart, BarChart } from "../Charts"
|