fix(FE): update dashboard line chart and types

This commit is contained in:
randy-ar
2026-01-18 16:15:18 +07:00
parent d31c1deaa2
commit c576933ba2
4 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export interface Dashboard {
}
export interface DashboardComparisonCharts {
location: DashboardCharts;
farm: DashboardCharts;
flock: DashboardCharts;
kandang: DashboardCharts;
}