import { cn } from "@/lib/utils/ui"; interface AuthHeaderProps { title: string; } export function AuthHeader({ title }: AuthHeaderProps) { return (