diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx
index 6345995..fa870c0 100644
--- a/src/components/NavigationContent/NavigationContent.tsx
+++ b/src/components/NavigationContent/NavigationContent.tsx
@@ -85,6 +85,11 @@ const NavigationContent: React.FC = () => {
label: "Stock Take Management",
path: "/stocktakemanagement",
},
+ {
+ icon: ,
+ label: "Stock Issue",
+ path: "/stockIssue",
+ },
//TODO: anna
// {
// icon: ,
@@ -232,6 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Job Order Production Process",
path: "/productionProcess",
},
+ {
+ icon: ,
+ label: "Bag Usage",
+ path: "/bag",
+ },
],
},
{