import type React from "react"; export function AuthDivider({ children, ...props }: React.ComponentProps<"div">) { return (
{children}
); }