MCPcopy Create free account
hub / github.com/composify-js/composify / App

Function App

examples/react-router/app/root.tsx:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export default function App() {
38 return <Outlet />;
39}
40
41export function ErrorBoundary({ error }: Route.ErrorBoundaryProps) {
42 let message = 'Oops!';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected