Module not found: Error: Can't resolve './components/AppFooter' in 'C:\Users\TITAS\Desktop\Present Connection\projektas\react-ui-crud\src'
Sorry for weird question.
To begin with, I deleted AppHeader.js class (the top part of project's website). No problem arised with that. After that, I deleted AppFooter.js too (bottom part) and now it shows me this error. It seems like some part of my code still searches for AppFooter class but I can't find out.