feat(FE-442): add Laporan Hasil Produksi menu

This commit is contained in:
ValdiANS
2025-12-30 22:25:53 +07:00
parent ea5ad20684
commit d66bd8c606
+4
View File
@@ -76,6 +76,10 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
text: 'Penjualan',
link: '/report/marketing',
},
{
text: 'Hasil Produksi',
link: '/report/production-result',
},
],
},
{