1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-13 20:31:23 +00:00
Files
.vscode
assets
components
config
framework
bigcommerce
commerce
shopify
swell
api
auth
cart
common
customer
index.ts
use-customer.tsx
product
utils
wishlist
.env.template
commerce.config.json
const.ts
fetcher.ts
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
swell-js.d.ts
types.ts
vendure
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/framework/swell/customer/index.ts
2021-03-02 21:05:13 -06:00

2 lines
56 B
TypeScript

export { default as useCustomer } from './use-customer'