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