diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/overview/index.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/overview/index.tsx index d433eb192f..901d6ec0b3 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/overview/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/overview/index.tsx @@ -3,7 +3,7 @@ import { SummaryList, SummaryListPlaceholder, SummaryNumber, -} from '@woocommerce/components/build'; +} from '@woocommerce/components'; import { select, useSelect } from '@wordpress/data'; import { MailPoet } from '../../../../../../mailpoet'; import { OverviewSection, storeName } from '../../store'; diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/emails/index.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/emails/index.tsx index f9d21b4185..7f90b1da76 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/emails/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/emails/index.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from 'react'; -import { TableCard } from '@woocommerce/components/build'; +import { TableCard } from '@woocommerce/components'; import { useSelect } from '@wordpress/data'; import { __ } from '@wordpress/i18n'; import { calculateSummary } from './summary'; diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/cells/products.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/cells/products.tsx index 5999d3a475..100be26b58 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/cells/products.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/cells/products.tsx @@ -1,4 +1,4 @@ -import { ViewMoreList } from '@woocommerce/components/build'; +import { ViewMoreList } from '@woocommerce/components'; import { Fragment } from '@wordpress/element'; import { OrderDetails } from '../../../../store'; diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/index.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/index.tsx index c3a4d364c1..d07be8efa2 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/components/tabs/orders/index.tsx @@ -1,6 +1,6 @@ import { dispatch, useSelect } from '@wordpress/data'; import { __ } from '@wordpress/i18n'; -import { TableCard } from '@woocommerce/components/build'; +import { TableCard } from '@woocommerce/components'; import { MailPoet } from '../../../../../../../mailpoet'; import { OrderSection, storeName } from '../../../store'; import { transformOrdersToRows } from './rows'; diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/formatter/index.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/formatter/index.tsx index f759b7ff26..53c93a1489 100644 --- a/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/formatter/index.tsx +++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/analytics/formatter/index.tsx @@ -1,4 +1,4 @@ -import CurrencyFactory from '@woocommerce/currency/build'; +import CurrencyFactory from '@woocommerce/currency'; import { MailPoet } from '../../../../../mailpoet'; export function formattedPrice(price: number): string { diff --git a/mailpoet/assets/js/src/automation/listing/index.tsx b/mailpoet/assets/js/src/automation/listing/index.tsx index 1ab2e6659d..30307bfa94 100644 --- a/mailpoet/assets/js/src/automation/listing/index.tsx +++ b/mailpoet/assets/js/src/automation/listing/index.tsx @@ -1,4 +1,4 @@ -import { TableCard } from '@woocommerce/components/build'; +import { TableCard } from '@woocommerce/components'; import { Button, Flex, TabPanel } from '@wordpress/components'; import { useDispatch, useSelect } from '@wordpress/data'; import { __, _x } from '@wordpress/i18n'; diff --git a/mailpoet/assets/js/src/webpack_admin_expose.js b/mailpoet/assets/js/src/webpack_admin_expose.js index 89fbee24d4..4f7bb2aeb5 100644 --- a/mailpoet/assets/js/src/webpack_admin_expose.js +++ b/mailpoet/assets/js/src/webpack_admin_expose.js @@ -34,7 +34,7 @@ export * as WordPressI18n from '@wordpress/i18n'; export * as WordPressIcons from '@wordpress/icons'; export * as WordPressDataControls from '@wordpress/data-controls'; export * as WooCommerceDate from '@woocommerce/date'; -import { DateRangeFilterPicker } from '@woocommerce/components/build'; +import { DateRangeFilterPicker } from '@woocommerce/components'; export const WooCommerceComponents = { DateRangeFilterPicker,