ERP-node/frontend/components/admin/dashboard/charts/index.ts

7 lines
246 B
TypeScript

export { Chart } from "./Chart";
export { BarChart } from "./BarChart";
export { LineChart } from "./LineChart";
export { AreaChart } from "./AreaChart";
export { PieChart } from "./PieChart";
export { StackedBarChart } from "./StackedBarChart";