From a9cfc3d3df40ab663e838fd72f7f7d7617aa5726 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Thu, 10 Jun 2021 10:12:11 +0200 Subject: [PATCH] fix ts --- x-pack/plugins/reporting/public/components/report_listing.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/reporting/public/components/report_listing.tsx b/x-pack/plugins/reporting/public/components/report_listing.tsx index a82f7f27bbad34..618c91fba07157 100644 --- a/x-pack/plugins/reporting/public/components/report_listing.tsx +++ b/x-pack/plugins/reporting/public/components/report_listing.tsx @@ -9,12 +9,10 @@ import { EuiBasicTable, EuiFlexGroup, EuiFlexItem, - EuiPageContent, EuiPageHeader, EuiSpacer, EuiText, EuiTextColor, - EuiTitle, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage, InjectedIntl, injectI18n } from '@kbn/i18n/react';