UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

9 lines (8 loc) 216 B
import { memo } from "solid-js/web"; //#region src/SafeFragment.tsx function SafeFragment(props) { return memo(() => props.children); } //#endregion export { SafeFragment }; //# sourceMappingURL=SafeFragment.js.map