MCPcopy
hub / github.com/QwikDev/qwik / index.tsx

File index.tsx

packages/insights/src/routes/test/counter/index.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { component$, useSignal } from '@builder.io/qwik';
2
3export default component$(() => {
4 const count = useSignal(0);

Callers

nothing calls this directly

Calls 2

component$Function · 0.90
useSignalFunction · 0.90

Tested by

no test coverage detected