wip: espace-membre page

This commit is contained in:
2025-09-16 14:04:19 -04:00
parent e50918ac39
commit 0e8b313608
4 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
const { loggedIn } = useUserSession();
defineProps<{ showLabels: boolean }>();
const { loggedIn } = useUserSession();
</script>
<template>