9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const jsxRuntime = require("react/jsx-runtime");
|
|
function SafeFragment(props) {
|
|
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: props.children });
|
|
}
|
|
exports.SafeFragment = SafeFragment;
|
|
//# sourceMappingURL=SafeFragment.cjs.map
|