import { cn } from "@/lib/utils"; export function Separator({ className, orientation = "horizontal", ...props }: React.HTMLAttributes & { orientation?: "horizontal" | "vertical" }) { return (
); }