mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:21:17 -04:00
remove unnecessary memoization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { memo } from "react";
|
||||
import NextLink from "next/link";
|
||||
import { HeartIcon, NextjsLogo } from "../Icons";
|
||||
import { keyframes, styled } from "../../lib/styles/stitches.config";
|
||||
@@ -128,4 +127,4 @@ const Footer = ({ ...rest }: FooterProps) => (
|
||||
</Wrapper>
|
||||
);
|
||||
|
||||
export default memo(Footer);
|
||||
export default Footer;
|
||||
|
Reference in New Issue
Block a user