| 1 | import PropTypes from "prop-types"; |
| 2 | import ExclamationCircleIcon from "@heroicons/react/solid/ExclamationCircleIcon"; |
| 3 | import { select } from "@wordpress/data"; |
| 4 | import { __, sprintf } from "@wordpress/i18n"; |
nothing calls this directly
no test coverage detected