import React from "react"; const ProductForm = ({ editingProduct, setEditingProduct, onSave, onCancel, }) => { return (