Creator scaffolding
This commit is contained in:
11
src/routes/private/creator/steps/StepOverview.svelte
Normal file
11
src/routes/private/creator/steps/StepOverview.svelte
Normal 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)}
|
||||
Reference in New Issue
Block a user