import { __ } from '@wordpress/i18n';
import { registerBlockType } from '@wordpress/blocks';
import { InspectorControls, useBlockProps } from '@wordpress/block-editor';
import { CheckboxControl, PanelBody, RangeControl, SelectControl, TextControl } from '@wordpress/components';
import ServerSideRender from '@wordpress/server-side-render';
registerBlockType( 'friends/friend-posts', {
apiVersion: 2,
edit: function( { attributes, setAttributes } ) {
const blockProps = useBlockProps();
return (
<>