()
| 2 | import Todo from '../generated-components/components/todo-app'; |
| 3 | |
| 4 | export default function Home() { |
| 5 | return ( |
| 6 | <> |
| 7 | <AppHeader framework="solid" path="/todo" /> |
| 8 | <Todo /> |
| 9 | </> |
| 10 | ); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected