Your IP : 216.73.216.123


Current Path : /home/smartbloks/.trash/eazydocs/src/search-banner/
Upload File :
Current File : /home/smartbloks/.trash/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
}