mirror of
https://github.com/vercel/commerce.git
synced 2025-08-16 05:41:24 +00:00
.vscode
assets
components
config
framework
lib
pages
api
catalog
customer
address.ts
card.ts
index.ts
cart.ts
checkout.ts
login.ts
logout.ts
signup.ts
wishlist.ts
product
search
404.tsx
[...pages].tsx
_app.tsx
_document.tsx
cart.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.editorconfig
.env.template
.eslintrc
.gitignore
.prettierignore
.prettierrc
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
swell-js.d.ts
tailwind.config.js
tsconfig.json
* Implement custom checkout core * Fix elements on core * Add files to providers * Adapt providers * Update types * Update shopify file * Format files
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import customerApi from '@framework/api/endpoints/customer'
|
|
import commerce from '@lib/api/commerce'
|
|
|
|
export default customerApi(commerce)
|