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

Function Root

frameworks/solid-start/src/root.tsx:13–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11} from 'solid-start';
12
13export default function Root() {
14 return (
15 <Html lang="en">
16 <Head>
17 <Meta charset="utf-8" />
18 <Meta name="viewport" content="width=device-width, initial-scale=1" />
19 </Head>
20 <Body>
21 <Routes>
22 <FileRoutes />
23 </Routes>
24
25 <Scripts />
26 </Body>
27 </Html>
28 );
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected