zgl 3 дней назад
Родитель
Сommit
2c19c7424a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/graphql/catalog/queries/index.ts

+ 1 - 0
src/graphql/catalog/queries/index.ts

@@ -8,3 +8,4 @@ export { GET_HOME_CATEGORIES } from "./GetHomeCategories";
 export { GET_FILTER_ATTRIBUTES } from "./GetFilterAttributes";
 export { GET_FILTER_ATTRIBUTES } from "./GetFilterAttributes";
 export { GET_FILTER_PRODUCTS } from "./GetFilterProducts";
 export { GET_FILTER_PRODUCTS } from "./GetFilterProducts";
 export { GET_TREE_CATEGORIES } from "./GetTreeCategories";
 export { GET_TREE_CATEGORIES } from "./GetTreeCategories";
+export { SEARCH_PRODUCTS } from "./SearchProducts";