import { cn } from '@repo/ui/lib/utils'; type Props = { readonly className?: string; }; export function HorizontalDivider({ className }: Props) { return (