Tatiana Inama hace 7 años
padre
commit
3df5045099
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      recipes/src/components/RecipeForm/index.tsx

+ 2 - 2
recipes/src/components/RecipeForm/index.tsx

@@ -1,6 +1,6 @@
 import React, { useState, Component } from 'react';
-import { Formik, Field, FieldArray, FormikActions, FormikProps, FieldProps, FieldArrayRenderProps, ArrayHelpers } from 'formik';
-import Recipe, { Ingredient, SubRecipe, Suggestion, _ingredient } from 'types/recipes';
+import { Formik, Field, FieldArray,  FormikProps, ArrayHelpers } from 'formik';
+import Recipe, { Ingredient, Suggestion, _ingredient } from 'types/recipes';
 import { Grid, Row, Cell } from '@material/react-layout-grid';
 import './styles.scss';
 import sample_image from 'sample.png';