import clsx from 'clsx'; interface Props { className?: string; } export function VerticalSeparator({ className }: Props) { return (