adjusted aside menu link

This commit is contained in:
victorAnumudu
2024-04-25 10:57:21 +01:00
parent 1ac05cf2e0
commit 29c38f9c1b
22 changed files with 82 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface IconUserModel {
name: string
avatar?: string
color?: string
initials?: string
}