import React from "react"; export const IngredientList = props => { const { ingredients } = props; return (