import { cn } from "@/lib/utils" import { AlertCircle } from "lucide-react" export function FormError({ children, className }: { children: React.ReactNode; className?: string }) { return (
{children}