Alexis Bruneteau 20d0993b06 fix: Resolve ESLint errors to enable production build
- Remove unused getCategoryColor import from Charts.tsx (no-unused-vars)
- Remove unused CardDescription import from HomePage.tsx (no-unused-vars)
- Fix CardTitle type annotation (HTMLParagraphElement -> HTMLHeadingElement)
- Add eslint-disable-next-line for CardTitle heading-has-content (intentional generic wrapper component)

Build now compiles without errors.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 12:11:54 +02:00
..