/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { Popover, SpaceBetween } from '@awsui/components-react'; import AllViewerAttributes from "./AllViewerAttributes"; import Audit from "./Audit"; // Attribute Display message content const RelatedRecordPopover = ({item, children, loading, loadingText, schema, schemas, dataAll}) => { return } > {children} ; }; export default RelatedRecordPopover;