Ignore:
Timestamp:
07/15/22 14:45:30 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
55701f0
Parents:
1df3fde
Message:

Added complaints, managing credits, and lost connection screens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/blackjack/Blackjack.jsx

    r1df3fde r433e0c5  
    1010import Alert from '../Alert'
    1111import Notification from '../Notification'
     12import LostConnection from '../LostConnection'
    1213
    1314const Blackjack = () => {
     
    3132
    3233      <Notification/>
     34
     35      <LostConnection/>
    3336    </div>
    3437  )
Note: See TracChangeset for help on using the changeset viewer.