feat(dashboard,icons,types,js-sdk): add providers to location UI (#8328)
This commit is contained in:
@@ -871,6 +871,13 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/locations/location-sales-channels"),
|
||||
},
|
||||
{
|
||||
path: "fulfillment-providers",
|
||||
lazy: () =>
|
||||
import(
|
||||
"../../routes/locations/location-fulfillment-providers"
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "fulfillment-set/:fset_id",
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user