Failed to compile

Hey friends, Please I need help with react.js. I deleted this: import Todos from ‘./components/Todos’; and since then the localhost is not working, what I get is Error. Please help me out guys.

Tell us what’s happening:

Your code so far



Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36.

Link to the challenge:

Looks like you are still trying to import a component that has been deleted.

Remove the line where you import it.