7 lines
68 B
Svelte
7 lines
68 B
Svelte
|
<script lang="ts">
|
||
|
console.log("Bye");
|
||
|
</script>
|
||
|
|
||
|
<h2>Bye</h2>
|
||
|
|