import { RichText } from '@wordpress/block-editor'; import { useCoreButtonProps } from '@l-clutch/core/block-editor'; export default function save({ attributes }) { const { blockProps, wrapperProps, buttonProps } = useCoreButtonProps.save({ attributes }); return (