import { ReactNode } from "react"; type Props = { children?: ReactNode; }; const PostTitle = ({ children }: Props) => { return (