import { LotteryWinnerData } from "@/typings/lottery/lottery.types"; import LotteryWinner from "./LotteryWinner"; const LotteryWinnersList = ({ winners }: { winners: LotteryWinnerData[] }) => { return (
The results after each stage will be shown here.