type Props = { children: string; }; export default function PostTitle({ children }: Props) { return (