Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
380 Bytes
import { Title } from '@solidjs/meta'
export default function Home() {
return (
<main>
<Title>Solid Query v5</Title>
<h1>Solid Query v5</h1>
<p>
This demo demonstrates how Solid Query can be used in SSR, with
streaming support. Use the links in the top left to navigate between the
various examples.
</p>
</main>
)
}