flbxcup/src/routes/competitions/[id]/rounds/[round_id]/+page.svelte

7 lines
135 B
Svelte

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