import { useBlockProps } from "@wordpress/block-editor"; import { RichText } from "@wordpress/block-editor"; export default function save({ attributes }) { const { textContent } = attributes; return ( <> ); }