init page issues

This commit is contained in:
Cédric OLIVIER
2026-05-22 17:56:43 +02:00
parent c6cd273632
commit 9fbcf805c7
6 changed files with 185 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@ export class Menu {
protected readonly menuItems = [
{ label: 'Accueil', path: '/home' },
{ label: 'Projet', path: '/project' },
{ label: 'Issues', path: '/issues' },
];
}