import styles from './Report.module.css'; export function ReportBody({ children }) { return
{children}
; } export default ReportBody;