| 1 | import ArrowNarrowRightIcon from "@heroicons/react/solid/ArrowNarrowRightIcon"; |
| 2 | import { useMemo, useCallback } from "@wordpress/element"; |
| 3 | import { __, sprintf } from "@wordpress/i18n"; |
| 4 | import { Button, useModalContext, useToggleState, Spinner } from "@yoast/ui-library"; |
nothing calls this directly
no test coverage detected