import type { HTMLAttributes } from 'react'; import { cn } from './cn'; export function Divider({ className, ...props }: HTMLAttributes) { return ; }