line chart
This commit is contained in:
parent
fbdf9a1f4a
commit
dc4caffec6
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue