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

@@ -32,7 +32,6 @@
<script setup>
import Events from '@/utils/Events';
import { IORequest } from '@/utils/IORequest';
import { defineProps } from 'vue';
import { ref } from 'vue';
import User from '@/components/UI/User.vue';
import Role from '@/components/UI/Role.vue';