This commit is contained in:
okbel
2021-02-18 12:05:25 -03:00
parent 7a300ad8a9
commit d093c9cf9c
3 changed files with 59 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { HookHandler } from '@commerce/utils/types'
import useSearch, { UseSearch } from '@commerce/product/use-search'
import useSearch, { UseSearch } from '@commerce/products/use-search'
import type { SearchProductsData } from '../api/catalog/products'
import type { BigcommerceProvider } from '..'