import React from 'react'; import * as Icon from 'react-feather'; //library yarn import NumberFormat from 'react-number-format'; const CheckoutContent = function ({ backend, checkout_product, ...props }) { // const Checkout = checkout_product.map((data) => { // return ( // ) // }) return ( <>