import { Card } from "flowbite-react"; export const ReleasePlayerCustom = (props: { id: number }) => { return (

ReleasePlayerCustom

); };