From 827571b948734c12ef629e6e9d72cfdce22f0276 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 9 Feb 2021 07:43:50 +0200 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/renderer/components/item-object-list/item-list-layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/components/item-object-list/item-list-layout.tsx b/src/renderer/components/item-object-list/item-list-layout.tsx index 94d013fc40..5eeb7b2f11 100644 --- a/src/renderer/components/item-object-list/item-list-layout.tsx +++ b/src/renderer/components/item-object-list/item-list-layout.tsx @@ -22,7 +22,6 @@ import { MenuItem } from "../menu"; import { Checkbox } from "../checkbox"; import { userStore } from "../../../common/user-store"; import { namespaceStore } from "../+namespaces/namespace.store"; -import { Icon } from "../icon"; // todo: refactor, split to small re-usable components