File "frontend.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/mailchimp-for-woocommerce_bk/blocks/assets/js/checkout-newsletter-subscription-block/frontend.js
File size: 409 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { registerCheckoutBlock } from '@woocommerce/blocks-checkout';
import { withFilteredAttributes } from '@woocommerce/shared-hocs';
/**
 * Internal dependencies
 */
import Block from './block';
import attributes from './attributes';
import metadata from './block.json';

registerCheckoutBlock( {
	metadata,
	component: withFilteredAttributes( attributes )( Block ),
} );