import Table from './Table' import Image from 'next/image' import { MatchPlayer } from '../../../types/match' type Props = { player: MatchPlayer } export default function MatchPlayerCard({ player }: Props) { return (