@quillforms/block-editor
Version:
15 lines (14 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
const BlockEditCrashWarning = () => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
className: "block-edit-crash-warning",
children: "The block has an error!"
});
};
var _default = exports.default = BlockEditCrashWarning;
//# sourceMappingURL=index.js.map