From 686c4d05b0ca4c51e2d89263322e5496df19517c Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Tue, 30 Dec 2025 19:46:32 +0800 Subject: [PATCH] update for shop and truck function --- src/components/NavigationContent/NavigationContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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",