diff --git a/client/components/common/AnimatedCard.tsx b/client/components/common/AnimatedCard.tsx index 8a80a91f..dc154094 100644 --- a/client/components/common/AnimatedCard.tsx +++ b/client/components/common/AnimatedCard.tsx @@ -54,4 +54,4 @@ const AnimatedCard = ({ ); }; -export default memeo(AnimatedCard); +export default memo(AnimatedCard);