From 6807c987af41aa31ba0b87dc668d7864f69a2b2b Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Tue, 29 Jun 2021 08:46:10 +0200 Subject: [PATCH] fixed lint --- src/user/UserGroups.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user/UserGroups.tsx b/src/user/UserGroups.tsx index 034eb52d88..d04903a5e9 100644 --- a/src/user/UserGroups.tsx +++ b/src/user/UserGroups.tsx @@ -6,7 +6,6 @@ import { Button, ButtonVariant, Checkbox, - PageSection, Popover, } from "@patternfly/react-core"; import { ListEmptyState } from "../components/list-empty-state/ListEmptyState";