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

{__('Domande da valutare', 'gepafin')}

) } export default DomandePreInstructor;