code cleanup

This commit is contained in:
canove
2020-09-29 06:11:31 -03:00
parent b1ca4c1653
commit 96ae1d40a4
2 changed files with 2 additions and 6 deletions

View File

@@ -125,9 +125,7 @@ const Login = () => {
</Grid>
</form>
</div>
<Box mt={8}>
<Copyright />
</Box>
<Box mt={8}>{/* <Copyright /> */}</Box>
</Container>
);
};

View File

@@ -178,9 +178,7 @@ const SignUp = () => {
)}
</Formik>
</div>
<Box mt={5}>
<Copyright />
</Box>
<Box mt={5}>{/* <Copyright /> */}</Box>
</Container>
);
};