mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 00:35:30 -04:00
remove unnecessary memoization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { memo } from "react";
|
||||
import Selfie from "../Selfie";
|
||||
import Menu from "../Menu";
|
||||
import { styled } from "../../lib/styles/stitches.config";
|
||||
@@ -58,4 +57,4 @@ const Header = ({ ...rest }: HeaderProps) => (
|
||||
</Wrapper>
|
||||
);
|
||||
|
||||
export default memo(Header);
|
||||
export default Header;
|
||||
|
Reference in New Issue
Block a user