import Link from "next/link"; import { MicOff } from "lucide-react"; import { Button } from "@/components/ui/button"; export default function EpisodeNotFound() { return (

Episode not found

This episode doesn't exist, or you don't have access to it.

); }