import { cn } from "@/lib/utils"; type StatusDotProps = { color: string; className?: string; }; export default function StatusDot({ color, className }: StatusDotProps) { return (