Skip to content

Commit 69546f1

Browse files
Himanshu SatijaHimanshu Satija
authored andcommitted
new components
1 parent 675cbd5 commit 69546f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import Text from './Components/Widgets/Text';
1010
import CheckBox from './Components/Widgets/CheckBox';
1111
import Switch from './Components/Widgets/Switch';
1212
import Picker from './Components/Widgets/Picker';
13+
import List from './Components/Widgets/List';
14+
import ListItem from './Components/Widgets/ListItem';
15+
import ListIconItem from './Components/Widgets/ListIconItem';
1316
import H1 from './Components/Widgets/H1';
1417
import H2 from './Components/Widgets/H2';
1518
import H3 from './Components/Widgets/H3';
@@ -28,6 +31,9 @@ module.exports = {
2831
CheckBox: CheckBox,
2932
Switch: Switch,
3033
Picker: Picker,
34+
List: List,
35+
ListItem: ListItem,
36+
ListIconItem: ListIconItem,
3137
H1: H1,
3238
H2: H2,
3339
H3: H3,

0 commit comments

Comments
 (0)