"use client"; import { useState } from "react"; export function RadioFrame() { const [error, setError] = useState(false); return (
{error ? (

Unable to load Radio

Please check your connection or try again later

) : (