import React from "react"; export function Paragraph ({children}: {children: React.ReactNode}) { return (

{children}

) }