Use of MUI's Typography component is not necessary across the project. It should be replaced by project typography. For example, this:
<Typography component="h6">Hola!</Typography>
could be replaced by...
<h6>Hola!</h6>
... considering that there is some local typography that overrides browser's defaults.
Use of MUI's
Typographycomponent is not necessary across the project. It should be replaced by project typography. For example, this:<Typography component="h6">Hola!</Typography>could be replaced by...
<h6>Hola!</h6>... considering that there is some local typography that overrides browser's defaults.