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

{text}

) }