import React from 'react'; import { __ } from '@wordpress/i18n'; // components import BeneficiarioDomandeTable from './components/BeneficiarioDomandeTable'; const DomandePreInstructor = () => { return(

{__('Archivio domande', 'gepafin')}

) } export default DomandePreInstructor;