Changeset 3a783f2 for components/poker/PokerSections.jsx
- Timestamp:
- 07/05/22 16:36:24 (2 years ago)
- Branches:
- main
- Children:
- 189cd8f
- Parents:
- b13f93b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/poker/PokerSections.jsx
rb13f93b r3a783f2 9 9 10 10 import { useSelector, useDispatch } from 'react-redux' 11 import Pot from './sections/Pot' 12 import RaiseModal from './sections/RaiseModal' 11 13 12 14 const PokerSections = () => { … … 24 26 <CardsInTheMiddle/> 25 27 28 <Pot/> 29 26 30 <PlayButtons/> 31 32 <RaiseModal/> 27 33 </> 28 34 )
Note:
See TracChangeset
for help on using the changeset viewer.