feat(dashboard): create shipment flow (#7898)

**What**
- add "Mark shipped" to Fulfillment section

---

CLOSES CORE-2427
This commit is contained in:
Frane Polić
2024-07-02 14:50:15 +00:00
committed by GitHub
parent e3a0df3ba0
commit 87375db9ef
12 changed files with 277 additions and 12 deletions
@@ -208,6 +208,11 @@ export const RouteMap: RouteObject[] = [
lazy: () =>
import("../../routes/orders/order-create-fulfillment"),
},
{
path: ":f_id/create-shipment",
lazy: () =>
import("../../routes/orders/order-create-shipment"),
},
],
},
],