import { NoSymbolIcon } from '@heroicons/react/20/solid' const EmptyState = ({ text }: { text: string }) => { return (

{text}

) } export default EmptyState