import "./EmptyState.css"; export function EmptyState({ icon = null, title, description, action = null }) { return (
{description}