import { Typography } from '@mui/material' export default function Home() { return ( <div id="typography"> <Typography id="typography" variant="h1"> typography </Typography> </div> ) }