From e24269e965d03ce01d542ef2d839feaec7a022ca Mon Sep 17 00:00:00 2001 From: Henry Harding Date: Fri, 17 Apr 2020 16:35:43 -0400 Subject: [PATCH] remove unused import --- .../applications/ingest_manager/components/alpha_messaging.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/alpha_messaging.tsx b/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/alpha_messaging.tsx index 5768f8585e758..0f3ddee29fa44 100644 --- a/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/alpha_messaging.tsx +++ b/x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/alpha_messaging.tsx @@ -3,7 +3,7 @@ * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ -import React, { memo } from 'react'; +import React from 'react'; import styled from 'styled-components'; import { FormattedMessage } from '@kbn/i18n/react'; import { EuiText } from '@elastic/eui';