export const EmptyListState = ({ title, description }: { title: string; description: string }) => { return (

{title}

{description}

) }