UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

9 lines (8 loc) 222 B
import { jsx, Fragment } from "react/jsx-runtime"; function SafeFragment(props) { return /* @__PURE__ */ jsx(Fragment, { children: props.children }); } export { SafeFragment }; //# sourceMappingURL=SafeFragment.js.map