UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

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