import { __ } from '@wordpress/i18n'; import { useBlockProps } from '@wordpress/block-editor'; const Edit = ( props ) => { const blockProps = useBlockProps(); return ( <>