Total Project Files
0
Files In Use
0
Unused Imports Detected
0
Find unused imports in your codebase to reduce bundle size
These files appear potentially unused based on static import analysis. However, this analysis may have false positives from:
🔍 Always verify before deleting: Search your entire codebase for references to the file name or component name. Test your app after commenting out imports!
Analyzing unused code...
Unused imports can bloat your bundle size and slow down compilation. Remove them to improve performance.
You can use ESLint or your IDE to automatically remove unused imports:
⚠️ Review carefully before running! This will delete files.
Your codebase is clean - all imports are being used.