diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 812e3e3..6345995 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -264,6 +264,11 @@ const NavigationContent: React.FC = () => { label: "Items", path: "/settings/items", }, + { + icon: , + label: "Shop", + path: "/settings/shop", + }, { icon: , label: "Demand Forecast Setting",