1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-22 12:24:18 +00:00
Files
assets
components
config
docs
framework
lib
pages
api
bigcommerce
catalog
customers
index.ts
login.ts
logout.ts
signup.ts
cart.ts
checkout.ts
wishlist.ts
product
[...pages].tsx
_app.tsx
_document.tsx
blog.tsx
cart.tsx
index copy.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.editorconfig
.env.template
.gitignore
.prettierignore
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
commerce/pages/api/bigcommerce/customers/index.ts
2020-12-29 20:04:26 -05:00

4 lines
83 B
TypeScript

import customersApi from '@framework/api/customers'
export default customersApi()