Files
commerce/src/components/modules/checkout/index.ts
unknown 0eed5ab051 feat: Checkout Page
:%s
2021-09-09 16:18:51 +07:00

4 lines
210 B
TypeScript

export { default as CheckoutInfo } from './CheckoutInfo/CheckoutInfo'
export { default as CheckoutPage } from './CheckoutPage/CheckoutPage'
export { default as CheckoutBill } from './CheckoutBill/CheckoutBill'