Skip to content

Commit a9ca184

Browse files
committed
[#45] ✨ Add index file to export all Input components
1 parent 2d0c23a commit a9ca184

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { CheckboxInput } from './CheckboxInput'
2+
import { PasswordInput } from './PasswordInput'
3+
import { RadioInput } from './RadioInput'
4+
import { TagInput } from './TagInput'
5+
import { TextInput } from './TextInput'
6+
7+
export { CheckboxInput, PasswordInput, RadioInput, TagInput, TextInput }

0 commit comments

Comments
 (0)