/** * Internal dependencies */ import CheckoutButton from './checkout-button'; import './style.scss'; /** * Component that renders the Cart block when user has something in cart aka "full". */ const Cart = () => { return (