export function Paragraph(props: { children: React.ReactNode }) { return

{props.children}

; }