The imported CSS file and the dependencies became available in all of the components in React.Js

216 Views Asked by At

When I import a css file or a dependency in one component in react it became available in all the other components where I do not want to import them so how can I fix this to make the imported file only available in the same component that I imported the file in it.

0

There are 0 best solutions below