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

@@ -16,4 +16,4 @@ const Header = (props) => {
)
}
export default Header
export default React.memo(Header)