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