fix(dashboard): Add Shipping Profile metadata route (#10430)

This commit is contained in:
Kasper Fabricius Kristensen
2024-12-04 17:09:44 +01:00
committed by GitHub
parent 665eea8e75
commit c6f955f0b5
5 changed files with 72 additions and 0 deletions
@@ -1095,6 +1095,15 @@ export const RouteMap: RouteObject[] = [
},
}
},
children: [
{
path: "metadata/edit",
lazy: () =>
import(
"../../routes/shipping-profiles/shipping-profile-metadata"
),
},
],
},
],
},