import React from 'react' import Head from 'next/head' import PokerHeader from './PokerHeader' import Loading from '../Loading' import Alert from '../Alert' import Notification from '../Notification' const Poker = () => { return (
Caessino - Poker
) } export default Poker