MCPcopy Create free account
hub / github.com/fontsource/fontsource / loader

Function loader

website/app/routes/docs.tsx:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import { getSerializedPageTree } from '@/utils/docs/source.server';
8
9export const loader: LoaderFunction = async () => {
10 return {
11 pageTree: await getSerializedPageTree(),
12 };
13};
14
15export default function Docs() {
16 return (

Callers 1

source.server.tsFile · 0.50

Calls 1

getSerializedPageTreeFunction · 0.90

Tested by

no test coverage detected