Login and Register error added, and React.memo added to About this and Header

This commit is contained in:
2021-10-01 18:51:05 -03:00
parent fbcdc8d93d
commit a0d0497008
6 changed files with 78 additions and 14 deletions

View File

@@ -36,4 +36,4 @@ const AboutThis = () => {
)
}
export default AboutThis
export default React.memo(AboutThis)