Browse Source

update for shop and truck function

master
B.E.N.S.O.N 1 day ago
parent
commit
686c4d05b0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 5
- 0
src/components/NavigationContent/NavigationContent.tsx View File

@@ -264,6 +264,11 @@ const NavigationContent: React.FC = () => {
label: "Items",
path: "/settings/items",
},
{
icon: <RequestQuote />,
label: "Shop",
path: "/settings/shop",
},
{
icon: <RequestQuote />,
label: "Demand Forecast Setting",


Loading…
Cancel
Save