Ignore:
Timestamp:
06/11/22 23:50:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
4a1a3ca
Parents:
87614a5
Message:

Code cleanings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/blackjack/Cards.jsx

    r87614a5 r64dc53b  
    22
    33import { useSelector } from 'react-redux'
    4 
    5 import { useState } from 'react'
    64
    75import Card from '../Card'
     
    97const Cards = () => {
    108  const playerState = useSelector(state => state.player)
    11 
    12   let initialPos = {
    13     left: 70,
    14     top: 24,
    15   }
    169
    1710  let playerPos = {
Note: See TracChangeset for help on using the changeset viewer.