Browse Source

Remove material dependencies from Input

Tatiana Inama 6 năm trước cách đây
mục cha
commit
adf2f43ba7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      recipes/src/components/Input/index.tsx

+ 0 - 2
recipes/src/components/Input/index.tsx

@@ -1,7 +1,5 @@
 import React, { InputHTMLAttributes, ChangeEvent, forwardRef } from 'react';
-import {FieldProps} from 'formik';
 
-import '@material/react-text-field/dist/text-field.css';
 import './styles.scss';
 
 export const Input2: React.FunctionComponent<InputHTMLAttributes<{}>> = (props) => (