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