import Link from "next/link"; import { auth, signOut } from "@/app/(auth)/auth"; import { History } from "./history"; import { ThemeToggle } from "./theme-toggle"; import { Button } from "../ui/button"; import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "../ui/dropdown-menu"; export const Navbar = async () => { let session = await auth(); return ( <>