line chart

This commit is contained in:
rizky 2024-08-14 08:39:43 -07:00
parent fbdf9a1f4a
commit dc4caffec6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export const HeaderProfile = lazify(
export { BarChart } from "@/comps/charts/bar"; export { BarChart } from "@/comps/charts/bar";
export { PieChart } from "@/comps/charts/pie"; export { PieChart } from "@/comps/charts/pie";
export { DoughnutChart } from "@/comps/charts/doughnut"; export { DoughnutChart } from "@/comps/charts/doughnut";
// export { LineChart } from "@/comps/charts/line"; export { LineChart } from "@/comps/charts/line";
/** Generator */ /** Generator */
export { generateFilter as genereteFilter } from "@/comps/filter/gen/gen-filter"; export { generateFilter as genereteFilter } from "@/comps/filter/gen/gen-filter";