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