source:
pages/games/roulette.js@
b13f93b
Last change on this file since b13f93b was 9bd09b0, checked in by , 2 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | import React from 'react' |
2 | import Roulette from '../../components/roulette/Roulette' |
3 | |
4 | const roulette = () => { |
5 | return ( |
6 | <div className="app"> |
7 | <Roulette/> |
8 | </div> |
9 | ) |
10 | } |
11 | |
12 | export default roulette |
Note:
See TracBrowser
for help on using the repository browser.