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