Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // Checkout Feature Components
export { default as Checkout, default } from './Checkout';
export { default as AddressSelector } from './AddressSelector';
export { default as Billing } from './Billing';
export { default as Coupon } from './Coupon';
export { default as Login } from './Login';
export { default as PaymentForm } from './PaymentForm';
export { default as PaymentMethod } from './PaymentMethod';
export { default as Shipping } from './Shipping';
export { default as ShippingMethod } from './ShippingMethod';
// Note: StripePaymentForm excluded from barrel - import directly to avoid bundling Stripe SDK everywhere
// import StripePaymentForm from '@/components/features/checkout/StripePaymentForm';
|