category learning

This commit is contained in:
hamid zarghami
2025-02-13 09:16:26 +03:30
parent 278aabf56e
commit 9b45a9be65
11 changed files with 263 additions and 5 deletions
+6 -1
View File
@@ -34,7 +34,12 @@ export const Pages = {
list: "/criticisms/list",
detail: "/ccriticisms/detail/",
},
learning: "/learning",
learning: {
list: "/learning/list",
detail: "/learning/detail/",
create: "/learning/create",
category: "/learning/category",
},
setting: "/setting",
wallet: "/wallet",
profile: "/profile",