From cd6940ae4d7b84963d9354df383bd665db249b81 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 16 Sep 2019 17:45:25 +0200 Subject: [PATCH] Remove unused import --- src/products/components/ProductListPage/ProductListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";