feat(dashboard): admin 3.0 order refund form (#6850)
This commit is contained in:
@@ -129,6 +129,10 @@ export const v1Routes: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-return"),
|
||||
},
|
||||
{
|
||||
path: "refund",
|
||||
lazy: () => import("../../routes/orders/order-refund"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user