create ComboMultipleDropdownList component

This commit is contained in:
Christophe Robillard 2021-02-11 15:25:30 +01:00 committed by Paul Chavard
parent 1b43cfb678
commit e048f48241
2 changed files with 222 additions and 0 deletions

View file

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