Audit the src/ and public/ directories for unused media. Use 'grep -r "from.*.(png|jpg|svg|gif)" src/' to find imported assets and cross-reference with actual files. Delete any assets that are not referenced in the code.
Priority: Medium | Effort: Small
Audit the src/ and public/ directories for unused media. Use 'grep -r "from.*.(png|jpg|svg|gif)" src/' to find imported assets and cross-reference with actual files. Delete any assets that are not referenced in the code.
Priority: Medium | Effort: Small