i really fucking hate webdev
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user