1
0
mirror of https://github.com/vercel/commerce.git synced 2025-09-03 06:20:15 +00:00
Files
.vscode
assets
components
auth
cart
checkout
common
icons
product
ProductCard
ProductOptions
ProductSidebar
ProductSlider
ProductSliderControl
ProductView
Swatch
helpers.ts
index.ts
ui
wishlist
config
framework
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/components/product/index.ts
2021-06-05 13:16:34 -03:00

6 lines
275 B
TypeScript

export { default as Swatch } from './Swatch'
export { default as ProductView } from './ProductView'
export { default as ProductCard } from './ProductCard'
export { default as ProductSlider } from './ProductSlider'
export { default as ProductOptions } from './ProductOptions'