I overengineered the App.js, thinking I needed to add things to get ahead of imports we might need, and a few other files and imported too many Material UI a.k.a @mui imports. which now show up in ESLint as 'is defined but never used' no-unused-vars.
Remove all the unused imports from App.js that do not appear in the actual code.
I overengineered the App.js, thinking I needed to add things to get ahead of imports we might need, and a few other files and imported too many Material UI a.k.a @mui imports. which now show up in ESLint as 'is defined but never used' no-unused-vars.
Remove all the unused imports from App.js that do not appear in the actual code.