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

Function App

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

Source from the content-addressed store, hash-verified

178};
179
180export default function App() {
181 return (
182 <Document>
183 <Outlet />
184 </Document>
185 );
186}
187
188export function ErrorBoundary() {
189 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected