/** * External dependencies */ import { _n, sprintf } from '@wordpress/i18n'; import PropTypes from 'prop-types'; import Title from '@woocommerce/base-components/title'; const CartLineItemsTitle = ( { itemCount = 1 } ) => { return (