diff --git a/src/components/Game/MyCards.tsx b/src/components/Game/MyCards.tsx index 553ea9a..437f490 100644 --- a/src/components/Game/MyCards.tsx +++ b/src/components/Game/MyCards.tsx @@ -22,8 +22,7 @@ import { toggleAutoPlay, clearAutoPlay, } from "caches/AutoPlaySlice" -import { Card, CardContent, CardMedia, useTheme } from "@mui/material" -import { CARDS } from "model/Cards" +import { CardContent, CardMedia, useTheme } from "@mui/material" const EMPTY_HAND = [ { ...BLANK_CARD, selected: false },