/** * External dependencies */ import { withProduct } from '@woocommerce/block-hocs'; /** * The Single Product Block. */ const Block = () => { return null; }; export default withProduct( Block );