Missing "./auth/email" specifier in "wasp" package
I have a Page where I
If i remove this import, the app renders just fine.
My Wasp file looks like this
Ps: does it maybe make sense to add a Tag
import { login} from wasp/auth/email which worked perfectly on Version 0.11.X but now renders [plugin:vite:import-analysis] Missing "./auth/email" specifier in "wasp" package error. What does this error mean? Where do i need to specify ./auth/email? If i remove this import, the app renders just fine.
My Wasp file looks like this
Ps: does it maybe make sense to add a Tag
Migration to these questions here?