7 lines
135 B
Svelte
7 lines
135 B
Svelte
<script lang="ts">
|
|
import type { PageProps } from './$types';
|
|
|
|
let { data }: PageProps = $props();
|
|
</script>
|
|
|
|
{JSON.stringify(data)}
|