Skip to content

Commit

Permalink
Auto select trump cards
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed May 21, 2023
1 parent 552671a commit 5d06680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Game/MyCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 5d06680

Please sign in to comment.