crd warranty

This commit is contained in:
hamid zarghami
2025-09-24 10:32:51 +03:30
parent a8e2cbb065
commit c0b6f1577c
8 changed files with 290 additions and 9 deletions
+5
View File
@@ -134,5 +134,10 @@ export const Pages = {
update: "/products/brands/update/",
create: "/products/brands/create",
},
warranty: {
list: "/products/warranty",
create: "/products/warranty/create",
update: "/products/warranty/update/",
},
},
};