diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-25 19:17:09 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-25 19:17:09 +0100 |
| commit | e26d821f738525477472e631d170d9ed218c1603 (patch) | |
| tree | 70ec0c29d003d462de6926f1faa09354e3ff6d90 /src/components/Form/index.tsx | |
| parent | cb4764f8670f67627c407591c89b8d3637c190a7 (diff) | |
chore: combine input/textarea/select in a single component
Diffstat (limited to 'src/components/Form/index.tsx')
| -rw-r--r-- | src/components/Form/index.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/Form/index.tsx b/src/components/Form/index.tsx deleted file mode 100644 index cbe1ec4..0000000 --- a/src/components/Form/index.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import Form from './Form'; -import FormItem from './FormItem/FormItem'; -import Input from './Input/Input'; -import Label from './Label/Label'; -import Select from './Select/Select'; -import TextArea from './TextArea/TextArea'; -import Toggle from './Toggle/Toggle'; - -export { Form, FormItem, Input, Label, Select, TextArea, Toggle }; |
