From 9570aebc5f7c35b165850f21838b2526ef7c8795 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 13 Sep 2019 13:35:46 +0200 Subject: [PATCH] Sort imports --- src/products/views/ProductList/ProductList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;