File "single-product-block.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/single-product-block.js
File size: 296 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { WC_BLOCKS_ASSET_URL } from '@woocommerce/block-settings';

export const singleProductBlockPreview = (
	<img
		src={ WC_BLOCKS_ASSET_URL + 'img/single-product-preview.svg' }
		alt=""
		width="230"
		height="250"
		style={ {
			width: '100%',
		} }
	/>
);