type PostTitleProps = { children: React.ReactNode; }; export default function PostTitle({ children }: PostTitleProps) { return (