This commit is contained in:
freedakgmail
2025-11-23 08:04:43 +08:00
parent e92884ae53
commit 81dbf709aa
95 changed files with 166729 additions and 2241 deletions
+1 -6
View File
@@ -3,12 +3,7 @@
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/trees/[treeId]/activity-logs/route": "app/api/trees/[treeId]/activity-logs/route.js",
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js",
"/api/trees/[treeId]/route": "app/api/trees/[treeId]/route.js",
"/api/trees/route": "app/api/trees/route.js",
"/auth/signin/page": "app/auth/signin/page.js",
"/members/page": "app/members/page.js",
"/page": "app/page.js",
"/settings/page": "app/settings/page.js",
"/timeline/page": "app/timeline/page.js",
"/tree/page": "app/tree/page.js"
"/page": "app/page.js"
}