import { cn } from '@/utils/cn'; export function Or({ className }: { className?: string }) { return (
OR
); }