import { Radio, Video, Calendar } from 'lucide-react'; import { Button } from '@/components/ui/button'; export function LivePage() { return (

Live Sessions

Stream and collaborate in real-time

No Active Sessions

Start a live session or join an ongoing stream

); }