Add annuaire_education champ ui

This commit is contained in:
Paul Chavard 2021-01-14 17:30:55 +01:00
parent 54f2084aef
commit 91be115c70
7 changed files with 98 additions and 2 deletions

View file

@ -0,0 +1,5 @@
import Loadable from '../components/Loadable';
export default Loadable(() =>
import('../components/ComboAnnuaireEducationSearch')
);