I think that you type the wrong location of the component directory. I assume that you're in the page.tsx file (the file that display the actual page). Try to write this: import SignUp from '../components/signUp' and ../components/login .
import SignUp from '../components/signUp'
../components/login