mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
assets
components
config
docs
framework
lib
pages
api
bigcommerce
catalog
customers
cart.ts
checkout.ts
wishlist.ts
product
[...pages].tsx
_app.tsx
_document.tsx
blog.tsx
cart.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.editorconfig
.env.template
.gitignore
.prettierignore
CHANGELOG.md
README.md
codegen.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
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import checkoutApi from '@framework/api/checkout'
|
|
|
|
export default checkoutApi()
|