()
| 263 | } |
| 264 | |
| 265 | render() { |
| 266 | return html` |
| 267 | <demo-query-provider> |
| 268 | <tanstack-lit-query-demo></tanstack-lit-query-demo> |
| 269 | </demo-query-provider> |
| 270 | ` |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | customElements.define('demo-root', DemoRoot) |
nothing calls this directly
no outgoing calls
no test coverage detected