Implement ComboRegionsSearch

This commit is contained in:
Paul Chavard 2020-10-07 17:41:51 +02:00
parent 1b57d94d93
commit 2c7ee82d31
3 changed files with 27 additions and 4 deletions

View file

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