This commit is contained in:
lubiana 2025-07-12 15:38:06 +02:00
parent 1625579254
commit 1bef97490d
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 138 additions and 103 deletions

View file

@ -69,4 +69,4 @@ const Card: React.FC<CardProps> = ({ card, setCard, setMoney, setGubblePoints })
};
export type { CardProps };
export default Card;
export default React.memo(Card);