import { Music } from "lucide-react" interface EmptyStateProps { title: string description: string } export const EmptyState = ({ title, description }: EmptyStateProps) => { return (
{description}