diff options
Diffstat (limited to 'src/components/Form/index.tsx')
| -rw-r--r-- | src/components/Form/index.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Form/index.tsx b/src/components/Form/index.tsx new file mode 100644 index 0000000..987e013 --- /dev/null +++ b/src/components/Form/index.tsx @@ -0,0 +1,6 @@ +import Form from './Form'; +import FormItem from './FormItem/FormItem'; +import Input from './Input/Input'; +import TextArea from './TextArea/TextArea'; + +export { Form, FormItem, Input, TextArea }; |
