Rsr2425's picture
Visual update
6455a01
raw
history blame
246 Bytes
import { Typography, Box } from '@mui/material';
function Header() {
return (
<Box sx={{ mb: 4 }}>
<Typography variant="h2" component="h1" align="center">
Simplifi
</Typography>
</Box>
);
}
export default Header;