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