mirror of
https://github.com/djkotowski/personal-website.git
synced 2026-09-13 14:00:39 -05:00
Initialize Vite app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script>
|
||||
let count = 0
|
||||
const increment = () => {
|
||||
count += 1
|
||||
}
|
||||
</script>
|
||||
|
||||
<button on:click={increment}>
|
||||
count is {count}
|
||||
</button>
|
||||
Reference in New Issue
Block a user