interface EmptyStateProps { icon: string; title: string; message: string; } export default function EmptyState({ icon, title, message }: EmptyStateProps) { return (
{message}