perf
This commit is contained in:
parent
1625579254
commit
1bef97490d
4 changed files with 138 additions and 103 deletions
|
@ -69,4 +69,4 @@ const Card: React.FC<CardProps> = ({ card, setCard, setMoney, setGubblePoints })
|
|||
};
|
||||
|
||||
export type { CardProps };
|
||||
export default Card;
|
||||
export default React.memo(Card);
|
Loading…
Add table
Add a link
Reference in a new issue