Hi Team
I have css file created on the project, now my issue is to display them on my React app. What the process flow to achieve this without any errors? Do i first import the file where CSS file is located from the project.eg. import ..."/App/name.css'? How do i then write this in React componet?