Ignore:
Timestamp:
07/05/22 16:36:24 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
189cd8f
Parents:
b13f93b
Message:

Finished poker and added ball to roulette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/poker/PokerSections.jsx

    rb13f93b r3a783f2  
    99
    1010import { useSelector, useDispatch } from 'react-redux'
     11import Pot from './sections/Pot'
     12import RaiseModal from './sections/RaiseModal'
    1113
    1214const PokerSections = () => {
     
    2426          <CardsInTheMiddle/>
    2527
     28          <Pot/>
     29
    2630          <PlayButtons/>
     31
     32          <RaiseModal/>
    2733      </>
    2834    )
Note: See TracChangeset for help on using the changeset viewer.