"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