export function Body({ children }: React.PropsWithChildren) { return ( {children} ); }