MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / App

Function App

examples/remix/app/root.tsx:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export default function App() {
45 return (
46 <Layout>
47 <Outlet />
48 </Layout>
49 );
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected