summaryrefslogtreecommitdiffstats
path: root/src/components/Form/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/index.tsx')
-rw-r--r--src/components/Form/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Form/index.tsx b/src/components/Form/index.tsx
index 987e013..0908e9b 100644
--- a/src/components/Form/index.tsx
+++ b/src/components/Form/index.tsx
@@ -2,5 +2,6 @@ import Form from './Form';
import FormItem from './FormItem/FormItem';
import Input from './Input/Input';
import TextArea from './TextArea/TextArea';
+import Toggle from './Toggle/Toggle';
-export { Form, FormItem, Input, TextArea };
+export { Form, FormItem, Input, TextArea, Toggle };