From cfe342c776c7ce625ba44445337e0a4fd2bed1e0 Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Tue, 23 Mar 2021 08:22:23 -0400 Subject: [PATCH] remove unused import --- .../steps/step_logistics/system_indices_overwritten_callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/snapshot_restore/public/application/components/restore_snapshot_form/steps/step_logistics/system_indices_overwritten_callout.tsx b/x-pack/plugins/snapshot_restore/public/application/components/restore_snapshot_form/steps/step_logistics/system_indices_overwritten_callout.tsx index 62a74677c5023..a57f51294c1fc 100644 --- a/x-pack/plugins/snapshot_restore/public/application/components/restore_snapshot_form/steps/step_logistics/system_indices_overwritten_callout.tsx +++ b/x-pack/plugins/snapshot_restore/public/application/components/restore_snapshot_form/steps/step_logistics/system_indices_overwritten_callout.tsx @@ -8,7 +8,7 @@ import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n/react'; import React, { FunctionComponent } from 'react'; -import { EuiCallOut, EuiCode, EuiLink } from '@elastic/eui'; +import { EuiCallOut, EuiLink } from '@elastic/eui'; import { useCore } from '../../../../app_context';