Files
bun.sh/test/js/third_party/svelte/hello.svelte
2023-03-07 12:22:34 -08:00

6 lines
65 B
Svelte

<script>
let name = "world";
</script>
<h1>Hello {name}!</h1>