Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic
This commit is contained in:
5
framework/bigcommerce/config.json
Normal file
5
framework/bigcommerce/config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"features": {
|
||||
"wishlist": false
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
import { HookHandler } from '@commerce/utils/types'
|
||||
import useSearch, { UseSearch } from '@commerce/products/use-search'
|
||||
import useSearch, { UseSearch } from '@commerce/product/use-search'
|
||||
import type { SearchProductsData } from '../api/catalog/products'
|
||||
import type { BigcommerceProvider } from '..'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user