/home/smartbloks/www/help.smartbloks.ai/wp-content/plugins/eazydocs/src/search-banner/save.js
// import { __ } from '@wordpress/i18n';
import { useBlockProps, RichText } from '@wordpress/block-editor';

export default function save({ attributes }) {
	const { content, color } = attributes;
	return null
}