()
| 1 | import { Title } from '@solidjs/meta' |
| 2 | |
| 3 | export default function Home() { |
| 4 | return ( |
| 5 | <main> |
| 6 | <Title>Solid Query v5</Title> |
| 7 | |
| 8 | <h1>Solid Query v5</h1> |
| 9 | |
| 10 | <p> |
| 11 | This demo demonstrates how Solid Query can be used in SSR, with |
| 12 | streaming support. Use the links in the top left to navigate between the |
| 13 | various examples. |
| 14 | </p> |
| 15 | </main> |
| 16 | ) |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected