Add improved production UI 4

This commit is contained in:
Urtzi Alfaro
2025-09-23 22:11:34 +02:00
parent 7892c5a739
commit 87310ced5f
17 changed files with 1658 additions and 296 deletions

View File

@@ -4,6 +4,7 @@ export { default as ChartWidget } from './ChartWidget';
export { default as ReportsTable } from './ReportsTable';
export { default as FilterPanel } from './FilterPanel';
export { default as ExportOptions } from './ExportOptions';
export { default as ProductionCostAnalytics } from './ProductionCostAnalytics';
// Types
export * from './types';