source: pages/games/roulette.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: 206 bytes
RevLine 
[87614a5]1import React from 'react'
[9bd09b0]2import Roulette from '../../components/roulette/Roulette'
[87614a5]3
4const roulette = () => {
5 return (
6 <div className="app">
[9bd09b0]7 <Roulette/>
[87614a5]8 </div>
9 )
10}
11
12export default roulette
Note: See TracBrowser for help on using the repository browser.