Creator scaffolding

This commit is contained in:
Roman Krček
2025-06-23 18:07:23 +02:00
parent 864c77133e
commit 0fdf77a8c3
9 changed files with 260 additions and 67 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts">
let { new_event, participants } = $props();
</script>
<p>New event:</p>
{JSON.stringify(new_event)}
<br />
<p>Participants</p>
{JSON.stringify(participants)}