Skip to content

Commit 626c606

Browse files
authored
Update 10k-todos-stress.jsx
1 parent 1a94b58 commit 626c606

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/10k-todos-stress.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Direct JSX file, no framework — runs with your runtime
22
import { signal, effect } from "../runtime/signals.js"
33
import { insert, createElement, setProp } from "../runtime/dom.js"
4-
54
// Core signals
65
const todos = signal([])
76
const filter = signal("all")

0 commit comments

Comments
 (0)