From 062f10a25d43b875d187cf582b2ecf96d075ec26 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Mar 2021 23:09:49 +0300 Subject: refactor: move services to separate folder --- src/containers/ProductForm.tsx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/containers/ProductForm.tsx (limited to 'src/containers/ProductForm.tsx') diff --git a/src/containers/ProductForm.tsx b/src/containers/ProductForm.tsx deleted file mode 100644 index 6957916..0000000 --- a/src/containers/ProductForm.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react'; -import { Form } from 'formik'; -import Input from '../components/Input'; - - -const ProductForm: React.FC = () => { - return ( -
- - -
- ); -}; - -export default ProductForm; -- cgit v1.2.3