This commit is contained in:
hamid zarghami
2024-12-25 18:09:15 +03:30
parent 6d5ce71b2f
commit 75d71e11fb
10 changed files with 233 additions and 4 deletions
+14
View File
@@ -4,4 +4,18 @@ export const Pages = {
register: "/auth/register",
forgotPassword: "/auth/forgot",
},
dashboard: "/dashboard",
services: {
mine: "/services",
other: "/other-service",
},
transactions: "/transactions",
receipts: "/receipts",
ticket: {
list: "/tickets",
},
announcement: "/announcement",
criticisms: "/criticisms",
learning: "/learning",
setting: "/setting",
};