import type { ReactNode } from 'react'; interface Props { children: ReactNode; } export function EmptyStateText({ children }: Props) { return