mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
remove unnecessary memoization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { memo } from "react";
|
||||
import NextLink from "next/link";
|
||||
import NextImage from "next/image";
|
||||
import { styled } from "../../lib/styles/stitches.config";
|
||||
@@ -60,4 +59,4 @@ const Selfie = ({ ...rest }: SelfieProps) => (
|
||||
</NextLink>
|
||||
);
|
||||
|
||||
export default memo(Selfie);
|
||||
export default Selfie;
|
||||
|
Reference in New Issue
Block a user