export default function FileAuditSection({ t, form, setForm }) { return (

{t('settings.fileAuditTitle')}

{t('settings.fileAuditDesc')}

) }