Profile page and sidebar layouts
This commit is contained in:
@@ -6,5 +6,6 @@ export interface MenuItem {
|
||||
}
|
||||
|
||||
export interface SidebarProps {
|
||||
menuItems: MenuItem[]
|
||||
menuItems: MenuItem[],
|
||||
isHome?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user