source: components/poker/sections/Cards.jsx@ e9f11ac

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

Made poker tables system and round 1

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