1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-25 11:11:24 +00:00
Files
.vscode
assets
components
auth
cart
checkout
common
icons
product
ui
Button
Collapse
Container
Grid
Hero
Input
Link
LoadingDots
Logo
Marquee
Modal
Quantity
Quantity.module.css
Quantity.tsx
index.ts
Rating
Sidebar
Skeleton
Text
README.md
context.tsx
index.ts
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/ui/Quantity/index.ts
2021-06-04 14:38:26 -03:00

3 lines
64 B
TypeScript

export { default } from './Quantity'
export * from './Quantity'