style: auto format whole project
This commit is contained in:
@@ -4,7 +4,5 @@ import Typography, { TypographyProps } from '@mui/material/Typography';
|
||||
type PageTitleProps = TypographyProps;
|
||||
|
||||
export default function PageTitle(props: PageTitleProps): React.ReactElement {
|
||||
return (
|
||||
<Typography variant="h3" {...props} />
|
||||
);
|
||||
}
|
||||
return <Typography variant="h3" {...props} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user