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

Function loader

website/app/routes/status.tsx:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { redirect } from 'react-router';
3
4export const loader: LoaderFunction = async () => {
5 return redirect('https://status.fontsource.org');
6};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected