Skip to content

Commit b83d4f9

Browse files
committed
Fix tabs
1 parent 99d926c commit b83d4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use-state/svelte/src/Counter.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
let count = 0
2+
let count = 0
33
</script>
44

55
Count: {count}

0 commit comments

Comments
 (0)