Import trace for requested module:
./src/app/globals.css
⨯ ./src/app/globals.css:4:0
Module not found: Can't resolve './${data}'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./src/app/globals.css
I get this error on Yarn dev, on a nextjs project i initiated yesterday. With tailwind CSS. Everything worked till today afternoon, when I get this error.
Fun fact, the line number 4 on globals.css is an empty line 😄
So yeah just wtf am i supposed to do here?