feat(FE-390): slicing UI and API integration for production dashboard

This commit is contained in:
randy-ar
2025-12-30 19:30:52 +07:00
parent 28639516d5
commit 10fb9fc990
4 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ export interface DashboardProductionProductionChartsFlocks {
id: number;
name: string;
data: number;
}
}