Skip to content

Tag: material-ui

Why cant I export and use my custom js styles?

This my main class And this is my style class called FoodStyles.js They both are in the same folder but still styles cannot be accessed Answer This could be the solution to your problem: (You need destructuring as done in line 7 for your styles to be used in your file.) With React, which fully embraces the ES…