MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / links

Function links

test-apps/custom-server/app/root.tsx:13–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import "./app.css";
12
13export const links: Route.LinksFunction = () => [
14 { rel: "preconnect", href: "https://fonts.googleapis.com" },
15 {
16 rel: "preconnect",
17 href: "https://fonts.gstatic.com",
18 crossOrigin: "anonymous",
19 },
20 {
21 rel: "stylesheet",
22 href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
23 },
24];
25
26export function Layout({ children }: { children: React.ReactNode }) {
27 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…