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

Function Home

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected