Ignore:
Timestamp:
06/23/22 00:08:35 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
ace7865
Parents:
285c3cc
Message:

Roulette place a bet functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pages/games/poker.js

    r285c3cc r9bd09b0  
    11import React from 'react'
    22
    3 import Header from '../../components/Header'
    4 import FullwidthText from '../../components/FullwidthText'
    5 
    6 import Head from 'next/head'
     3import Poker from '../../components/poker/Poker'
    74
    85const poker = () => {
    96  return (
    107    <div className="app">
    11       <Head>
    12         <title>Caessino - Poker</title>
    13       </Head>
    14  
    15       <Header main="false"/>
    16       <FullwidthText title="Poker" subtitle="Under Construction..."/>
     8      <Poker/>
    179    </div>
    1810  )
Note: See TracChangeset for help on using the changeset viewer.