From eb459cc248a5940a14193b20d263ffee3d345026 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 16 Dec 2021 13:40:12 +0100 Subject: chore: create contact page --- src/components/Form/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/Form/index.tsx (limited to 'src/components/Form/index.tsx') 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 }; -- cgit v1.2.3