import { PropsWithChildren } from 'react'; export function Subhead({ children }: PropsWithChildren) { return (
{children}
); }