export interface Tab {
    label: string;
    icon?: string;
}
