From 6b645edeabc0b18dc10a4527b066b77b93692b3b Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Tue, 3 Sep 2024 14:21:04 -0700 Subject: [PATCH] chore: apply eslint fixes --- src/app/AppLayout/AppLayout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index cdeff1f18c..b36cbad3ec 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -68,7 +68,6 @@ import { Dropdown, } from '@patternfly/react-core'; import { - ArrowRightIcon, BarsIcon, BellIcon, CogIcon, @@ -78,7 +77,6 @@ import { QuestionCircleIcon, UserIcon, } from '@patternfly/react-icons'; -import { css } from '@patternfly/react-styles'; import _ from 'lodash'; import * as React from 'react'; import { Trans, useTranslation } from 'react-i18next';