export default function EmptyState({ text }: { text: string }) { return
📭 {text}
; }