diff --git a/assets/js/base/components/cart-checkout/totals/discount/index.tsx b/assets/js/base/components/cart-checkout/totals/discount/index.tsx index 4909c5ecd59..1f6cedc75d6 100644 --- a/assets/js/base/components/cart-checkout/totals/discount/index.tsx +++ b/assets/js/base/components/cart-checkout/totals/discount/index.tsx @@ -3,7 +3,7 @@ */ import { __, sprintf } from '@wordpress/i18n'; import LoadingMask from '@woocommerce/base-components/loading-mask'; -import { RemovableChip } from '@woocommerce/base-components/chip'; +import { RemovableChip } from '@woocommerce/blocks-components'; import { applyCheckoutFilter, TotalsItem } from '@woocommerce/blocks-checkout'; import { getSetting } from '@woocommerce/settings'; import { diff --git a/assets/js/blocks/active-filters/utils.tsx b/assets/js/blocks/active-filters/utils.tsx index c35be234a14..fc11d5f441e 100644 --- a/assets/js/blocks/active-filters/utils.tsx +++ b/assets/js/blocks/active-filters/utils.tsx @@ -3,7 +3,7 @@ */ import { __, sprintf } from '@wordpress/i18n'; import { formatPrice } from '@woocommerce/price-format'; -import { RemovableChip } from '@woocommerce/base-components/chip'; +import { RemovableChip } from '@woocommerce/blocks-components'; import Label from '@woocommerce/base-components/label'; import { getQueryArgs, addQueryArgs, removeQueryArgs } from '@wordpress/url'; import { changeUrl } from '@woocommerce/utils';