/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ import React, { memo } from 'react'; import { EuiCallOut, EuiLink } from '@elastic/eui'; import { FormattedMessage } from '@osd/i18n/react'; import { i18n } from '@osd/i18n'; export const InfoComponent = () => { return ( the GitHub issue ), }} /> ); }; export const ExperimentalInfo = memo(InfoComponent);