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

Function ErrorBoundary

website/app/root.tsx:188–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188export function ErrorBoundary() {
189 return (
190 <Document>
191 <ErrorBoundaryComponent />
192 </Document>
193 );
194}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected