import { Flex } from "antd"; interface Props { } export function ScoreBoard(props: Props) { return ( ); }