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