mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
typos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"features": {
|
||||
"wishlist": false
|
||||
"wishlist": true
|
||||
}
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@ import fetchGraphqlApi from './utils/fetch-graphql-api'
|
||||
|
||||
export interface ShopifyConfig extends CommerceAPIConfig {}
|
||||
|
||||
// No I don't like this - will fix it later
|
||||
// TODO(bc)
|
||||
const API_URL =
|
||||
process.env.SHOPIFY_STORE_DOMAIN ||
|
||||
process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import type { HookFetcher } from '@commerce/utils/types'
|
||||
import type { SwrOptions } from '@commerce/utils/use-data'
|
||||
import useCommerceCustomer from '@commerce/use-customer'
|
||||
import useCommerceCustomer from '@commerce/customer/use-customer'
|
||||
|
||||
const defaultOpts = {}
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import type { HookFetcher } from '@commerce/utils/types'
|
||||
import type { SwrOptions } from '@commerce/utils/use-data'
|
||||
import useCommerceSearch from '@commerce/products/use-search'
|
||||
import useCommerceSearch from '@commerce/product/use-search'
|
||||
import { ProductEdge } from '../types'
|
||||
|
||||
const defaultOpts = {}
|
||||
|
Reference in New Issue
Block a user