12 lines
111 B
Vue
12 lines
111 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<h1>Join an event</h1>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|