From 6872e49a5c3ea1dafd781abc47a5b7b86f0dc921 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Fri, 4 Sep 2020 12:49:07 -0400 Subject: [PATCH] Removing FunctionComponent, which was not read and caused build errors. --- .../components/shared/map_processor_type_to_form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx index 0be6a51994b8a..799551b296bab 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx @@ -5,7 +5,7 @@ */ import { i18n } from '@kbn/i18n'; -import React, { FunctionComponent, ReactNode } from 'react'; +import React, { ReactNode } from 'react'; import { FormattedMessage } from '@kbn/i18n/react'; import { EuiCode } from '@elastic/eui';