diff --git a/src/products/components/ProductListPage/ProductListPage.tsx b/src/products/components/ProductListPage/ProductListPage.tsx index e700cf729..61ba40a77 100644 --- a/src/products/components/ProductListPage/ProductListPage.tsx +++ b/src/products/components/ProductListPage/ProductListPage.tsx @@ -24,7 +24,7 @@ import { PageListProps, SortPage } from "@saleor/types"; -import { ProductListUrlFilters, ProductListUrlSortField } from "../../urls"; +import { ProductListUrlSortField } from "../../urls"; import ProductList from "../ProductList"; import ProductListFilter, { ProductFilterKeys } from "../ProductListFilter";