// app/match-details/[matchId]/vote/VoteClient.tsx 'use client' import MapVetoPanel from '@/app/components/MapVetoPanel' import { useMatch } from '../MatchContext' // aus dem Layout-Context export default function VoteClient() { const match = useMatch() return }