import React from 'react'; import Link from 'next/link'; import { Radio, Users, MapPin } from 'lucide-react'; import type { Stream } from '@/lib/api'; export default function StreamCard({ stream }: { stream: Stream }) { return (
{stream.description}
)}