forked from crowetic/commerce
assets
components
config
docs
framework
bigcommerce
api
auth
cart
common
customer
get-customer-id.ts
get-customer-wishlist.ts
index.ts
use-customer.tsx
lib
product
scripts
wishlist
README.md
fetcher.ts
index.tsx
provider.ts
schema.d.ts
schema.graphql
types.ts
commerce
lib
pages
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
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export { default as useCustomer } from './use-customer'
|