File "save.js"

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

/**
 * External dependencies
 */
import { InnerBlocks } from '@wordpress/block-editor';
import classnames from 'classnames';

const Save = ( { attributes } ) => {
	return (
		<div className={ classnames( 'is-loading', attributes.className ) }>
			<InnerBlocks.Content />
		</div>
	);
};

export default Save;