source: pages/games/blackjack.js@ 0af535a

main
Last change on this file since 0af535a was 87614a5, checked in by anastasovv <simon@…>, 2 years ago

Blackjack prototype

  • Property mode set to 100644
File size: 236 bytes
Line 
1import React from 'react'
2
3import Blackjack from '../../components/blackjack/Blackjack'
4
5import { useEffect } from 'react'
6
7import axios from 'axios'
8
9const blackjack = () => {
10 return (
11 <Blackjack/>
12 )
13}
14
15export default blackjack
Note: See TracBrowser for help on using the repository browser.