"use client"; import Link from "next/link"; import { signOut } from "next-auth/react"; import { Button } from "@/components/ui/button"; export function NavBar() { return ( ); }