next.js/test/production/app-dir/barrel-optimization/mui/app/page.js
page.js12 lines218 B
import { Typography } from '@mui/material'

export default function Home() {
  return (
    <div id="typography">
      <Typography id="typography" variant="h1">
        typography
      </Typography>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN