Changeset 433e0c5 for components/blackjack/Blackjack.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/blackjack/Blackjack.jsx
r1df3fde r433e0c5 10 10 import Alert from '../Alert' 11 11 import Notification from '../Notification' 12 import LostConnection from '../LostConnection' 12 13 13 14 const Blackjack = () => { … … 31 32 32 33 <Notification/> 34 35 <LostConnection/> 33 36 </div> 34 37 )
Note:
See TracChangeset
for help on using the changeset viewer.