Explorar o código

Remove material dependencies from Input

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
adf2f43ba7
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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) => (