Slightly working

This commit is contained in:
Roman Krček
2025-06-19 19:42:08 +02:00
parent 51dbfcc1bb
commit 9c94f9c717
12 changed files with 162 additions and 92 deletions

View File

@@ -0,0 +1,8 @@
<script lang="ts">
import type { TicketData } from '$lib/types';
let { ticket_data }: { ticket_data: TicketData } = $props();
</script>
<p>{ticket_data.name}</p>
<p>{ticket_data.surname}</p>