import React from 'react' import BetModal from './BetModal'; import BetsImage from './BetsImage'; import CoinOnTable from './CoinOnTable'; import PlayersDisplay from './PlayersDisplay'; import Timer from './Timer'; const Sections = () => { return ( <>

Please click on the number(s) you wish to bet on and select the amount you'll bet.
Then, wait for the timer to go down to 0, and the wheel will spin. Best of luck 🍀

Roulette wheel ) } export default Sections