Bonjour sveltekit

This commit is contained in:
Clément Le Bihan
2024-05-04 12:40:30 +02:00
parent 571b1a3aa4
commit 1dab30c13b
23 changed files with 270 additions and 290 deletions
-10
View File
@@ -1,10 +0,0 @@
<script lang="ts">
let count: number = 0;
const increment = () => {
count += 1;
};
</script>
<button on:click={increment}>
count is {count}
</button>
+1
View File
@@ -0,0 +1 @@
// place files you want to import through the `$lib` alias in this folder.