Open Issues Need Help
View All on GitHubAI Summary: Refactor the project to move all API calls from components and pages into a dedicated folder (`/lib/api` or similar) to improve code organization and maintainability. This involves creating the new folder, moving the existing API calls, and updating any affected components and pages to use the new location.
Complexity:
3/5
enhancement good first issue