Changeset ace7865 for components/poker


Ignore:
Timestamp:
06/25/22 11:30:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
b13f93b
Parents:
9bd09b0
Message:

Finished Roulette

Location:
components/poker
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • components/poker/Poker.jsx

    r9bd09b0 race7865  
    77import Alert from '../Alert'
    88import Notification from '../Notification'
     9import PokerSections from './PokerSections'
    910
    1011const Poker = () => {
     
    1415        <title>Caessino - Poker</title>
    1516      </Head>
     17
     18      <PokerSections/>
    1619
    1720      <PokerHeader/>
Note: See TracChangeset for help on using the changeset viewer.