feat(FE-208): add 'Purchase' link to navigation constants

This commit is contained in:
rstubryan
2025-10-29 21:11:40 +07:00
parent c6fcb17b4d
commit 3daf1a518e
+6
View File
@@ -40,6 +40,12 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
],
},
{
title: 'Purchase',
link: '/purchase',
icon: 'gg:shopping-cart',
},
{
title: 'Persediaan',
link: '/inventory',