I want Use MUI icons in my ReactJs project but when I start my project, I have an error.
Install MUI with npm install @mui/icons-material
...
Import My Icon:
import HomeIcon from '@mui/icons/material/Home';
How Can I Solve This Error?
Error text:
Module not found: Can't resolve '@emotion/react' in '.../@mui/styled-engine'