/** * WordPress dependencies */ import { __ } from '@wordpress/i18n'; import { PanelBody, PanelRow } from '@wordpress/components'; /** * Internal dependencies */ import ContentId from '../content-id'; export function DataPanel() { return ( ); } export default DataPanel;