fix(dashboard): Add Shipping Profile metadata route (#10430)
This commit is contained in:
@@ -1095,6 +1095,15 @@ export const RouteMap: RouteObject[] = [
|
||||
},
|
||||
}
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "metadata/edit",
|
||||
lazy: () =>
|
||||
import(
|
||||
"../../routes/shipping-profiles/shipping-profile-metadata"
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user