feat(dashboard): shipping & location (#7151)

This commit is contained in:
Frane Polić
2024-05-03 11:51:55 +02:00
committed by GitHub
parent c41e90fa36
commit e42308557e
74 changed files with 2401 additions and 1157 deletions
@@ -57,6 +57,10 @@ const useSettingRoutes = (): NavItemProps[] => {
label: t("shippingProfile.domain"),
to: "/settings/shipping-profiles",
},
{
label: t("shipping.domain"),
to: "/settings/shipping",
},
],
[t]
)