Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
export default function App() {
38
return <Outlet />;
39
}
40
41
export function ErrorBoundary({ error }: Route.ErrorBoundaryProps) {
42
let message =
'Oops!'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected