| /**
 * This is a dynamic block.
 * The save function's functionality has been added /templates/blocks/spacex-data/markup.php
 *
 * @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#save
 * @return {WPElement} Element to render.
 */
export default function save() {
	return null;
}
 |