Ignore:
Timestamp:
07/15/22 14:45:30 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
55701f0
Parents:
1df3fde
Message:

Added complaints, managing credits, and lost connection screens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/poker/PokerSections.jsx

    r1df3fde r433e0c5  
    11import React from 'react'
    22
    3 import Cards from './sections/Cards'
    43import CardsInTheMiddle from './sections/CardsInTheMiddle'
    54import Chairs from './sections/Chairs'
     
    87import PickATable from './sections/PickATable'
    98
    10 import { useSelector, useDispatch } from 'react-redux'
     9import { useSelector } from 'react-redux'
    1110import Pot from './sections/Pot'
    1211import RaiseModal from './sections/RaiseModal'
     
    2120
    2221          <Chairs/>
    23 
    24           <Cards/>
    2522
    2623          <CardsInTheMiddle/>
Note: See TracChangeset for help on using the changeset viewer.