@wordpress/block-editor
Version:
12 lines (11 loc) • 466 B
JavaScript
// packages/block-editor/src/components/inserter/no-results.js
import { __ } from "@wordpress/i18n";
import { jsx } from "react/jsx-runtime";
function InserterNoResults() {
return /* @__PURE__ */ jsx("div", { className: "block-editor-inserter__no-results", children: /* @__PURE__ */ jsx("p", { children: __("No results found.") }) });
}
var no_results_default = InserterNoResults;
export {
no_results_default as default
};
//# sourceMappingURL=no-results.js.map