"use client"; import ProfileIcon from "@app/components/ProfileIcon"; import Link from "next/link"; interface TopBarProps { orgId?: string; orgs?: any; } export function TopBar({ orgId, orgs }: TopBarProps) { return (