got biomed

This commit is contained in:
Clément Le Bihan
2024-05-03 22:50:33 +02:00
parent 78bc6c7147
commit 571b1a3aa4
13 changed files with 1976 additions and 1971 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
<script lang="ts">
let count: number = 0
const increment = () => {
count += 1
}
let count: number = 0;
const increment = () => {
count += 1;
};
</script>
<button on:click={increment}>