create ComboMultipleDropdownList component
This commit is contained in:
parent
1b43cfb678
commit
e048f48241
2 changed files with 222 additions and 0 deletions
5
app/javascript/loaders/ComboMultipleDropdownList.js
Normal file
5
app/javascript/loaders/ComboMultipleDropdownList.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Loadable from '../components/Loadable';
|
||||
|
||||
export default Loadable(() =>
|
||||
import('../components/ComboMultipleDropdownList')
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue