source: pages/games/poker.js

main
Last change on this file was 9bd09b0, checked in by anastasovv <simon@…>, 2 years ago

Roulette place a bet functionality

  • Property mode set to 100644
File size: 189 bytes
Line 
1import React from 'react'
2
3import Poker from '../../components/poker/Poker'
4
5const poker = () => {
6 return (
7 <div className="app">
8 <Poker/>
9 </div>
10 )
11}
12
13export default poker
Note: See TracBrowser for help on using the repository browser.