mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
code cleanup
This commit is contained in:
@@ -125,9 +125,7 @@ const Login = () => {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<Box mt={8}>
|
<Box mt={8}>{/* <Copyright /> */}</Box>
|
||||||
<Copyright />
|
|
||||||
</Box>
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -178,9 +178,7 @@ const SignUp = () => {
|
|||||||
)}
|
)}
|
||||||
</Formik>
|
</Formik>
|
||||||
</div>
|
</div>
|
||||||
<Box mt={5}>
|
<Box mt={5}>{/* <Copyright /> */}</Box>
|
||||||
<Copyright />
|
|
||||||
</Box>
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user