Component cannot be found for some weird reason

Below you can see the deployment log which fails because it cannot find a specific component even though the path is correct.

3:14:26 PM: Failed to compile.
3:14:26 PM: 
3:14:26 PM: Module not found: Error: Can"t resolve "./components/Login/Login" in "/opt/build/repo/src"
import Login from './components/Login/Login';

https://eworker.netlify.app

I am not sure why my build does not finish.

Deleted the files and re-pushing it fixed the issue