feat: List select component.

This commit is contained in:
Ahmed Bouhuolia
2020-05-24 01:48:07 +02:00
parent 80bca1d7a3
commit 18a032ffd1
6 changed files with 115 additions and 118 deletions

View File

@@ -3,11 +3,13 @@ import Money from './Money';
import Icon from './Icon';
// import Choose from './Utils/Choose';
// import For from './Utils/For';
import ListSelect from './ListSelect';
export {
If,
Money,
Icon,
ListSelect,
// Choose,
// For,
};