Skip to content

Commit

Permalink
Fix type mismatch issue for documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshen1990 committed Oct 6, 2023
1 parent fe518da commit 1c3a27f
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 1c3a27f

Please sign in to comment.