You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.