import { PropsWithChildren } from 'react'; export function PageTitle({ title, children, }: PropsWithChildren<{ title: string }>) { return (