diff --git a/src/products/views/ProductList/ProductList.tsx b/src/products/views/ProductList/ProductList.tsx index 054e565ff..ab482d8d8 100644 --- a/src/products/views/ProductList/ProductList.tsx +++ b/src/products/views/ProductList/ProductList.tsx @@ -53,7 +53,7 @@ import { getFilterVariables, saveFilterTab } from "./filters"; -import { getSortUrlVariables, getSortQueryVariables } from "./sort"; +import { getSortQueryVariables, getSortUrlVariables } from "./sort"; interface ProductListProps { params: ProductListUrlQueryParams;