Website/app/frontend/components/Bye.svelte
Snoweuph c0ad70851e
Some checks failed
Quality Check / QS Frontend (push) Failing after 14s
Quality Check / QS Mixed (push) Failing after 11s
Quality Check / QS Backend (push) Successful in 15s
NOTICKET: Switch to Symfony UX Svelte
2024-07-18 21:29:18 +02:00

6 lines
68 B
Svelte

<script lang="ts">
console.log("Bye");
</script>
<h2>Bye</h2>