import { Team } from 'csgogsi'; const WinAnnouncement = ({team, show }: { team: Team | null, show: boolean }) => { if(!team) return null; return