import React from 'react'; import { __ } from '@wordpress/i18n'; // store import { useStoreValue } from '../../store'; // components import MieDomandeTableInstructorManagerAsync from '../DashboardInstructorManager/components/MieDomandeTableInstructorManagerAsync'; const DomandeMieInstructorManager = () => { const userData = useStoreValue('userData'); return(