feat: integrate React Query for data fetching and state management across dashboard components

This commit is contained in:
2026-03-11 00:15:07 +08:00
parent 984274bfb7
commit eac81d2fab
9 changed files with 121 additions and 154 deletions

View File

@@ -34,6 +34,7 @@
"oxlint": "^1.52.0"
},
"dependencies": {
"@better-auth/passkey": "^1.5.4"
"@better-auth/passkey": "^1.5.4",
"@tanstack/react-query": "^5.90.21"
}
}