Ignore:
Timestamp:
07/15/22 14:45:30 (23 months 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/poker/Poker.jsx

    r1df3fde r433e0c5  
    88import Notification from '../Notification'
    99import PokerSections from './PokerSections'
     10import LostConnection from '../LostConnection'
    1011
    1112const Poker = () => {
     
    2526
    2627      <Notification/>
     28
     29      <LostConnection/>
    2730    </div>
    2831  )
Note: See TracChangeset for help on using the changeset viewer.