Skip to content

Commit

Permalink
Merge pull request #1427 from Shopify/Fix-multiple-types-issue-in-doc
Browse files Browse the repository at this point in the history
Fix type mismatch issue for documentations
  • Loading branch information
brianshen1990 authored Oct 6, 2023
2 parents 0c8c11f + 1c3a27f commit a45b482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ export type {
SpacingProps,
ViewLikeAccessibilityRole,
VisibilityProps,
} from '../../checkout';
} from '../../checkout/components';
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit a45b482

Please sign in to comment.