From e26d821f738525477472e631d170d9ed218c1603 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 25 Feb 2022 19:17:09 +0100 Subject: chore: combine input/textarea/select in a single component --- src/components/Form/FormItem/FormItem.tsx | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/components/Form/FormItem/FormItem.tsx (limited to 'src/components/Form/FormItem/FormItem.tsx') diff --git a/src/components/Form/FormItem/FormItem.tsx b/src/components/Form/FormItem/FormItem.tsx deleted file mode 100644 index 0f12e64..0000000 --- a/src/components/Form/FormItem/FormItem.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import styles from '../Form.module.scss'; - -const FormItem: React.FunctionComponent = ({ children }) => { - return
{children}
; -}; - -export default FormItem; -- cgit v1.2.3