7 lines
58 B
Svelte
7 lines
58 B
Svelte
|
<script>
|
||
|
console.log('Bye');
|
||
|
</script>
|
||
|
|
||
|
<h2>Bye</h2>
|
||
|
|