Version 1.0.0 - Ajout du design et début search bar

This commit is contained in:
2025-08-07 15:58:18 +02:00
parent 7b25fcfa5c
commit b5dc2a9e37
15 changed files with 333 additions and 23 deletions

View File

@@ -11,7 +11,6 @@
</div>
</template>
<script setup>
import { defineProps } from 'vue';
import Avatar from './Avatar.vue';
const props = defineProps({
user: {