Bläddra i källkod

Remove material dependencies from Input

Tatiana Inama 6 år sedan
förälder
incheckning
adf2f43ba7
1 ändrade filer med 0 tillägg och 2 borttagningar
  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) => (