feat(dashboard): admin 3.0 order refund form (#6850)

This commit is contained in:
Frane Polić
2024-04-01 10:55:42 +02:00
committed by GitHub
parent 1a48fe0282
commit e58e81fd25
11 changed files with 355 additions and 3 deletions
@@ -129,6 +129,10 @@ export const v1Routes: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-return"),
},
{
path: "refund",
lazy: () => import("../../routes/orders/order-refund"),
},
],
},
],