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