/** * External dependencies */ import { Placeholder } from '@wordpress/components'; /** * Component to handle edit mode for the Cart block when user has something in cart aka "full". */ const Cart = () => { return ( Cart block full state coming soon… ); }; Cart.propTypes = {}; export default Cart;