// import { __ } from '@wordpress/i18n'; import { useBlockProps, RichText } from '@wordpress/block-editor'; export default function save({ attributes }) { const { content, color } = attributes; return null }