import { cn } from "@/lib/utils"; interface DropIndicatorProps { isActive: boolean; } export function DropIndicator({ isActive }: DropIndicatorProps) { return (