fix(dashboard,medusa): Minor clean-up of admin v2 (#7257)

This commit is contained in:
Oli Juhl
2024-05-07 09:39:42 +02:00
committed by GitHub
parent 14d15df866
commit 8b61dccd0f
7 changed files with 21 additions and 26 deletions
@@ -347,7 +347,7 @@ export const RouteMap: RouteObject[] = [
path: "create",
lazy: () =>
import(
"../../v2-routes/reservations/reservation-list/create-reservation"
"../../v2-routes/customer-groups/customer-group-create"
),
},
],