Changeset 433e0c5 for components/poker/Poker.jsx
- Timestamp:
- 07/15/22 14:45:30 (2 years ago)
- Branches:
- main
- Children:
- 55701f0
- Parents:
- 1df3fde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/poker/Poker.jsx
r1df3fde r433e0c5 8 8 import Notification from '../Notification' 9 9 import PokerSections from './PokerSections' 10 import LostConnection from '../LostConnection' 10 11 11 12 const Poker = () => { … … 25 26 26 27 <Notification/> 28 29 <LostConnection/> 27 30 </div> 28 31 )
Note:
See TracChangeset
for help on using the changeset viewer.