1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-09 02:11:24 +00:00
Files
assets
components
auth
cart
common
icons
product
ui
wishlist
WishlistButton
WishlistCard
index.ts
config
docs
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
README.md
global.d.ts
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/components/wishlist/index.ts
Belen Curcio 68cc1f145f Wishlist View
2020-10-13 14:15:20 -03:00

2 lines
57 B
TypeScript

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