mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Login and Register error added, and React.memo added to About this and Header
This commit is contained in:
@@ -16,4 +16,4 @@ const Header = (props) => {
|
||||
)
|
||||
}
|
||||
|
||||
export default Header
|
||||
export default React.memo(Header)
|
||||
|
||||
Reference in New Issue
Block a user