Skip to content

Commit 7c43805

Browse files
authored
Merge pull request #148 from silinternational/develop
fix(index.mjs): Switch was not exported
2 parents d8caa74 + b3bb6ac commit 7c43805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
Progress,
1919
Select,
2020
Snackbar,
21+
Switch,
2122
TabBar,
2223
TextArea,
2324
TextField,
@@ -49,6 +50,7 @@ export {
4950
Select,
5051
SearchableSelect,
5152
Snackbar,
53+
Switch,
5254
TabBar,
5355
TextArea,
5456
TextField,

0 commit comments

Comments
 (0)