import React from "react"; import '../../style/player.css' export function PlayerPiece({team, text}: { team: string, text: string }) { return (

{text}

) }