export interface TSidebarItem { name: string; icon: JSX.Element; path: string; }