import { __ } from "@wordpress/i18n"; import "./editor.scss"; import { useBlockProps, RichText } from "@wordpress/block-editor"; export default function Edit({ attributes, setAttributes }) { const { textContent } = attributes; return ( <> ); }