WangDL 11287e2c4f
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
fix: TS errors in admin pages — unused imports, wrong api import path, implicit any types
- Fix api import: @/lib/api → @/services/http-client
- Fix api.get usage: remove unsupported params arg, use URL params
- Fix unused imports (React, Card, Input)
- Add explicit generic types to api.get calls

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:20:42 +08:00
..