1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-28 04:31:22 +00:00
Files
.vscode
assets
components
auth
cart
common
icons
product
ui
wishlist
WishlistButton
WishlistCard
index.ts
config
docs
framework
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
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/wishlist/index.ts
2021-02-12 17:10:17 -03:00

3 lines
118 B
TypeScript

export { default as WishlistCard } from './WishlistCard'
export { default as WishlistButton } from './WishlistButton'