aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/shared/sidebar/TSidebarItem.ts
blob: a1ea4c974a38603e62bd8cb8a997699a1b5eed5e (plain) (blame)
1
2
3
4
5
export interface TSidebarItem {
  name: string;
  icon: React.ReactElement;
  path: string;
}