This commit is contained in:
okbel 2021-02-18 11:50:18 -03:00
parent c8536ff720
commit 7a300ad8a9

View File

@ -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 '..'