complete footer

This commit is contained in:
Alihaghighattalab
2024-08-06 14:46:40 +03:30
parent 49b25481ce
commit ee1fa04d3b
11 changed files with 88 additions and 3 deletions
+5
View File
@@ -43,3 +43,8 @@ export interface SidebarInterface {
icon: React.ReactNode,
activeIcon: React.ReactNode
}
export interface SocialsInterface {
name: string,
path: string
}