Skip to content

Commit

Permalink
Add join site (step 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtte committed Oct 29, 2023
1 parent 8e8f04c commit 6750afe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/routes/events/join/[eventId]/+page.svelte
@@ -0,0 +1,6 @@
<script>
import { page } from '$app/stores';
</script>
<main>
<p class="text-white">{$page.params.eventId}</p>
</main>

0 comments on commit 6750afe

Please sign in to comment.