import { redirect } from "next/navigation"; // Retired: the org / company / team structure browser now lives in the // integrated dashboard at "/" (the new interface). Kept as a redirect so old // links and bookmarks land in the right place. export default function Page() { redirect("/"); }