import type { ReactNode } from 'react' /** A horizontal rule with centered label text (e.g. "or" between auth options). */ export function Divider({ children }: { children: ReactNode }) { return (