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

{__('Bandi attivi', 'gepafin')}

) } export default BandiPreInstructor;