Improving style

This commit is contained in:
Laurent
2025-02-27 08:15:26 +01:00
parent cfdff8d3b7
commit 0fdd2fec00
8 changed files with 94 additions and 23 deletions

11
src/views/JoinView.vue Normal file
View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<h1>Join an event</h1>
</template>
<style scoped>
</style>