début affichage des utilisateurs

This commit is contained in:
2026-05-12 10:47:14 +02:00
parent da813fd166
commit e4e0f9c457
8 changed files with 72 additions and 9 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-menu-users',
imports: [],
templateUrl: './menu-users.component.html',
styleUrl: './menu-users.component.css'
})
export class MenuUsersComponent {
}