export function Title({ children, ...props }: { children: React.ReactNode }) { return (

{children}

); }