import { Dialog, Transition } from '@headlessui/react' import { Fragment, useRef, forwardRef } from '@wordpress/element' import { __ } from '@wordpress/i18n' import { Icon, close } from '@wordpress/icons' import { Button } from '@wordpress/components' const CloseButton = forwardRef((props, focusRef) => { return (