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