Procházet zdrojové kódy

Remove material dependencies from Input

Tatiana Inama před 6 roky
rodič
revize
adf2f43ba7
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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) => (