You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) in the index.html after installing the react app using --npx create-react-app . and aftre intalling the mui library --npm install @mui/material @emotion/react @emotion/styled
2)put the style tag in the index.html -->
<style>
*{
font-family: "Roboto",sans-serif;
}
</style>
3)install the icons ny icon command ---> npm install @mui/icons-material