Skip to content

Commit 99d926c

Browse files
committed
No need to export
1 parent cbd5989 commit 99d926c

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-
export let count = 0
2+
let count = 0
33
</script>
44

55
Count: {count}

0 commit comments

Comments
 (0)