/**
 * External dependencies
 */
import { __ } from '@wordpress/i18n';

export const defaultYourCartLabel = __(
	'Your cart',
	'woo-gutenberg-products-block'
);
