File "save.js"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/IXR/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/save.js
File size: 274 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal dependencies
 */
import './editor.scss';
import { getBlockClassName, getDataAttrs } from './utils.js';

export default ( { attributes } ) => {
	return (
		<div
			className={ getBlockClassName( attributes ) }
			{ ...getDataAttrs( attributes ) }
		/>
	);
};