partial: first codemod

This commit is contained in:
Rafael Taranto 2025-04-15 12:09:45 +01:00
parent 58f53d92a8
commit 86e3401cc8
30 changed files with 335 additions and 323 deletions

View file

@ -96,7 +96,7 @@ const ResetPassword = () => {
spacing={0}
direction="column"
alignItems="center"
justify="center"
justifyContent="center"
className={classes.welcomeBackground}>
<Grid>
<div>
@ -164,7 +164,7 @@ const ResetPassword = () => {
</div>
</Grid>
</Grid>
)
);
}
export default ResetPassword