7 lines
322 B
TypeScript
Executable File
7 lines
322 B
TypeScript
Executable File
export { AreaChart } from "lib/comps/charts/area";
|
|
export { BarChart } from "lib/comps/charts/bar";
|
|
export { DoughnutChart } from "lib/comps/charts/doughnut";
|
|
export { LineChart } from "lib/comps/charts/line";
|
|
export { PieChart } from "lib/comps/charts/pie";
|
|
export { PolarAreaChart } from "lib/comps/charts/polar";
|