Crud create and variant category

This commit is contained in:
hamid zarghami
2025-09-21 14:30:13 +03:30
parent 1457afce0b
commit f731f8f73d
23 changed files with 903 additions and 29 deletions
+1
View File
@@ -121,5 +121,6 @@ export const Pages = {
create: "/category/create",
update: "/category/update/",
detail: "/category/",
variant: "/category/variant/",
},
};