Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 363b3bd

Browse files
committed
fix: add missing components
1 parent e424b5c commit 363b3bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
export { default as Col } from './Col'
1+
export { default as Box } from './Box'
22
export { default as Button } from './Button'
33
export { default as Checkbox } from './Checkbox'
4+
export { default as Col } from './Col'
5+
export { default as FormCheck } from './FormCheck'
6+
export { default as FormCheckLabel } from './FormCheckLabel'
7+
export { default as FormGroup } from './FormGroup'
48
export { default as Input } from './Input'
9+
export { default as Label } from './Label'
510
export { default as Radio } from './Radio'
11+
export { default as RadioGroup } from './RadioGroup'
12+
export { default as Row } from './Row'
613
export { default as Select } from './Select'
714
export { default as Switch } from './Switch'
815
export { default as Textarea } from './Textarea'

0 commit comments

Comments
 (0)