to do: rendering problem after buy card, remove purchased card from gameboard

This commit is contained in:
2022-08-05 18:55:07 -05:00
parent 9abd8b2667
commit c7138038fa
5 changed files with 157 additions and 205 deletions

View File

@@ -1,3 +1,4 @@
import { useEffect } from 'react';
import { v4 } from 'uuid';
import { CardProps } from '../../util/propTypes';
import { ResourceCost } from '../../util/types';