@tanstack/react-router
Version:
Modern and scalable routing for React applications
9 lines (8 loc) • 340 B
JavaScript
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
;