This commit is contained in:
nub31
2026-03-16 21:49:02 +01:00
parent 199868af38
commit ede682a047
7 changed files with 137 additions and 398 deletions

View File

@@ -1,10 +0,0 @@
<script lang="ts">
let count: number = $state(0)
const increment = () => {
count += 1
}
</script>
<button class="counter" onclick={increment}>
Count is {count}
</button>