1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-24 02:31:24 +00:00
Files
commerce/components/cart/index.ts
2020-10-24 17:55:30 -03:00

3 lines
112 B
TypeScript

export { default as CartSidebarView } from './CartSidebarView'
export { default as CartItem } from './CartItem'