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