Issues with NextJs 14.2 (app router) and global scss file
I am new to NextJs. I recently created a new project and was looking throught the documentation to see how to set it up correctly. There, I saw that I basically have a layout.tsx
component that imports a global.css
file, which is accessible throughout the application.