feat(dashboard): move shipping profile to locations (#7777)

This commit is contained in:
Frane Polić
2024-06-20 08:47:40 +02:00
committed by GitHub
parent 48963f55ef
commit 79a8f0ef2c
10 changed files with 189 additions and 62 deletions

View File

@@ -53,10 +53,6 @@ const useSettingRoutes = (): NavItemProps[] => {
label: t("productTypes.domain"),
to: "/settings/product-types",
},
{
label: t("shippingProfile.domain"),
to: "/settings/shipping-profiles",
},
{
label: t("stockLocations.domain"),
to: "/settings/locations",