MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / App

Function App

frameworks/remix/app/root.jsx:18–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16});
17
18export default function App() {
19 const { pathname } = useLocation();
20 return (
21 <html lang="en">
22 <body>
23 <AppHeader framework="remix" path={pathname} />
24 <Outlet />
25
26 <Scripts />
27 </body>
28 </html>
29 );
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected