import Form from "next/form"; import { headers } from "next/headers"; import { redirect } from "next/navigation"; import { auth } from "@/lib/auth"; export const SignOutForm = () => { return (