Reputation: 19
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.
Upvotes: 0
Views: 233