File "frontend.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.js
File size: 269 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { withFilteredAttributes } from '@woocommerce/shared-hocs';

/**
 * Internal dependencies
 */
import Block from './block';
import { attributes } from './attributes';

export default withFilteredAttributes( attributes )( Block );