Javascript – How to include css files in Nextjs 14
I am using nextjs 14 , and i want to know that how to include 'style.css' and other custom css files in nextjs project ? My current file structure is my-project/ ├── components/ │ ├── footer.tsx │ ├── header.tsx │…