I'm trying to create another layout inside Route Group and importing CSS but the issue is once i loaded the page. The error appears: Module not found: can't resolve './globals.css'
And its weird that the autocomplete can't even find the global css file
- I tried move global.css into Public folder and import by
/globals.css - I tried keep the css file in root
/appand using root path (@) and import it byimport '@/globals.css' - I tried set the path
.././globals.cssto pointing it in root/appfolder