i really fucking hate webdev

This commit is contained in:
2025-08-12 11:39:05 +12:00
parent 44bdbaf4c6
commit e443c28fc4
2 changed files with 13 additions and 4 deletions

View File

@@ -1,2 +1,12 @@
<script lang="ts">
import type { PageProps } from "./$types"
let { data }: PageProps = $props()
console.log(data)
</script>
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>