diff --git a/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts b/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts index eeffacece..629fb5a8a 100644 --- a/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts +++ b/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts @@ -142,4 +142,4 @@ export type { SpacingProps, ViewLikeAccessibilityRole, VisibilityProps, -} from '../../checkout'; +} from '../../checkout/components'; diff --git a/packages/ui-extensions/src/surfaces/customer-account/targets.ts b/packages/ui-extensions/src/surfaces/customer-account/targets.ts index 5c21b4f70..e07106c83 100644 --- a/packages/ui-extensions/src/surfaces/customer-account/targets.ts +++ b/packages/ui-extensions/src/surfaces/customer-account/targets.ts @@ -1,5 +1,5 @@ import {StatefulRemoteSubscribable} from '@remote-ui/async-subscription'; -import {AnyComponent} from '../checkout'; +import {AnyComponent} from '../checkout/shared'; import {CartLineItemApi} from './api/cart-line/cart-line-item'; import type {OrderStatusApi} from './api/order-status/order-status';