Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 20, 2023
1 parent 53f8af9 commit c336f9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import classnames from 'classnames';
import Title from '@woocommerce/base-components/title';
import { Title } from '@woocommerce/blocks-components';

/**
* Internal dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { __ } from '@wordpress/i18n';
import { useEditorContext, noticeContexts } from '@woocommerce/base-context';
import { StoreNoticesContainer } from '@woocommerce/blocks-checkout';
import Title from '@woocommerce/base-components/title';
import { Title } from '@woocommerce/blocks-components';
import LoadingMask from '@woocommerce/base-components/loading-mask';
import { CURRENT_USER_IS_ADMIN } from '@woocommerce/settings';
import { CHECKOUT_STORE_KEY, PAYMENT_STORE_KEY } from '@woocommerce/block-data';
Expand Down
2 changes: 1 addition & 1 deletion assets/js/blocks/checkout/form-step/form-step-heading.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import Title from '@woocommerce/base-components/title';
import { Title } from '@woocommerce/blocks-components';

/**
* Step Heading Component
Expand Down

0 comments on commit c336f9e

Please sign in to comment.