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

Function Home

frameworks/solid-start/src/routes/index.tsx:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import HelloWorld from '../generated-components/components/hello-world';
3
4export default function Home() {
5 return (
6 <>
7 <AppHeader framework="solid" path="/" />
8 <HelloWorld />
9 </>
10 );
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected