import Link from "next/link";
import { ChangeCell } from "@/components/ui/price";
import { cx, EVENT_TYPE_LABEL, formatInt, instrumentHref } from "@/lib/format";
import type { Changes } from "@/lib/types";
/** "What changed" across markets in a window — counts derived from Market Atlas' own bars/events. */
export function ChangesPanel({ changes, className }: { changes: Changes; className?: string }) {
return (