1
Good morning, I am new to React and I am trying to import a css file into my Cabecalho component, however I am not able to do this with normal import, I would like to know how to do this because it is not finding my css file, Thanks already
my css file: Aplication css style.css
this is the error that it is giving in the browser
I took a print of my project too
What is the Cabecalho.js folder? Notice that you are trying to take the style.css file inside this folder.
– Felipe Avelar
then Cabecalho.js is in this directory : Aplication src Components Cabecalho.js , however I had already tried to pass this path and it seems that it is not recognizing the css files
– Pedro