import { FunctionComponent } from "react"; export const BodyBold: FunctionComponent<{ className?: string }> = ({ className, children, }) => { return (
{children}