Changeset ace7865 for components/poker/Poker.jsx
- Timestamp:
- 06/25/22 11:30:19 (2 years ago)
- Branches:
- main
- Children:
- b13f93b
- Parents:
- 9bd09b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/poker/Poker.jsx
r9bd09b0 race7865 7 7 import Alert from '../Alert' 8 8 import Notification from '../Notification' 9 import PokerSections from './PokerSections' 9 10 10 11 const Poker = () => { … … 14 15 <title>Caessino - Poker</title> 15 16 </Head> 17 18 <PokerSections/> 16 19 17 20 <PokerHeader/>
Note:
See TracChangeset
for help on using the changeset viewer.