MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / App

Function App

test-apps/custom-server/app/root.tsx:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export default function App() {
45 return <Outlet />;
46}
47
48export function ErrorBoundary({ error }: Route.ErrorBoundaryProps) {
49 let message = "Oops!";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected