import { PropsWithChildren } from 'react'; export function Title({ children }: PropsWithChildren) { return {children}; }