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

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

) } export default DomandePreInstructor;