function EmptyState({ title, description }) { return (
{title}

{description}

) } export default EmptyState