implement ComboPaysSearch

This commit is contained in:
Christophe Robillard 2020-11-25 15:17:59 +01:00 committed by LeSim (Rebase PR Action)
parent 0012fd3aa5
commit 12d1a5bece
6 changed files with 884 additions and 7 deletions

View file

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