From 77b450063eaa3e12d610e8dac48fb637358fbbfb Mon Sep 17 00:00:00 2001 From: Lykke Axlin Date: Mon, 20 Sep 2021 17:00:18 +0200 Subject: [PATCH] removed unused import Signed-off-by: Lykke Axlin Co-authored-by: klaraab --- plugins/bazaar/src/components/SortView/SortView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bazaar/src/components/SortView/SortView.tsx b/plugins/bazaar/src/components/SortView/SortView.tsx index 617ba87721..1eaf598c99 100644 --- a/plugins/bazaar/src/components/SortView/SortView.tsx +++ b/plugins/bazaar/src/components/SortView/SortView.tsx @@ -14,7 +14,7 @@ * limitations under the License. */ -import React, { useState, useEffect } from 'react'; +import React, { useState } from 'react'; import { Content, ContentHeader,