create support plan

This commit is contained in:
hamid zarghami
2025-05-05 12:27:23 +03:30
parent a72e8a5b9d
commit fbb7f409ab
12 changed files with 370 additions and 3 deletions
+4
View File
@@ -106,4 +106,8 @@ export const Pages = {
payment: {
list: "/payments/list",
},
support: {
create: "/support/create",
list: "/support/list",
},
};