/** * External dependencies */ import { useBlockProps } from '@wordpress/block-editor'; /** * Internal dependencies */ import './style.scss'; const Edit = (): JSX.Element => { const blockProps = useBlockProps( { className: 'wc-block-order-confirmation-billing-address', } ); return (