()
| 2 | import { TanStackDevtools } from '@tanstack/solid-devtools' |
| 3 | |
| 4 | function DemoPlugin() { |
| 5 | return <div data-testid="demo-plugin">demo plugin content</div> |
| 6 | } |
| 7 | |
| 8 | function App() { |
| 9 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected