Current File : /home/resuelf/www/wp-content/plugins/aawp/assets/block/src/save.js
/**
 * The save function defines the way in which the different attributes should
 * be combined into the final markup, which is then serialized by the block
 * editor into `post_content`.
 *
 * @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#save
 *
 * @return {WPElement} Element to render.
 */

/**
 * Rendered server-side. See render_callback in src/Block.php
 */
export default function save() {
	return null;
}