Przeglądaj źródła

Fix imports naming

Tatiana Inama 7 lat temu
rodzic
commit
95ffbff70e
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      recipes/package.json
  2. 1 1
      recipes/src/components/Input/index.tsx

+ 1 - 0
recipes/package.json

@@ -41,6 +41,7 @@
     "redux": "^4.0.4",
     "redux-devtools-extension": "^2.13.8",
     "redux-thunk": "^2.3.0",
+    "terser-webpack-plugin": "^1.3.0",
     "typescript": "^3.5.3"
   },
   "scripts": {

+ 1 - 1
recipes/src/components/Input/index.tsx

@@ -3,7 +3,7 @@ import TextField, { HelperText, Input as Field } from '@material/react-text-fiel
 import classNames from 'classnames';
 import Button from 'components/Button';
 import Icon from '../Icon';
-import {FieldProps} from 'Formik';
+import {FieldProps} from 'formik';
 import '@material/react-text-field/dist/text-field.css';
 import './styles.scss';