import {
FooGalleryEditModal,
FooGalleryEditPlaceholder,
FooGalleryEditBlockControls,
FooGalleryEditInspectorControls
} from '../components';
const { __ } = wp.i18n;
const { Component, Fragment } = wp.element;
const { Button } = wp.components;
export default class FooGalleryEditDuplicate extends Component {
render(){
const { icon, label, instructions, button, ...props } = this.props;
let placeholderProps = { icon, label, instructions };
return (