1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-24 02:31:24 +00:00
Files
assets
components
auth
cart
CartItem
CartSidebarView
index.ts
common
icons
product
ui
wishlist
config
docs
lib
pages
public
.env.template
.gitignore
.prettierignore
README.md
global.d.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
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'