import { createElement, RawHTML } from '@wordpress/element' import { __ } from 'ct-i18n' const PricePreview = ({ product }) => { return {product?.price_html} } export default PricePreview