forked from wts/wts
5 lines
116 B
Svelte
5 lines
116 B
Svelte
<script lang="ts">
|
|
import type { PageProps } from './$types';
|
|
|
|
let { data }: PageProps = $props();
|
|
</script> |