import LiveRadar from '@/app/components/LiveRadar' export default function RadarPage({ params }: { params: { matchId: string } }) { return }