/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Disabled } from '@wordpress/components'; import { withFeedbackPrompt } from '@woocommerce/block-hocs'; /** * Internal dependencies */ import Block from './block.js'; import './editor.scss'; const CheckoutEditor = ( { attributes } ) => { const { className } = attributes; return (