added profil section

This commit is contained in:
2025-11-13 23:00:17 +01:00
parent d875eab446
commit ef5aaf67bd
9 changed files with 96 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
export interface UserInfo {
name: string;
email: string;
fonction: string;
}