import type { TopUserRow } from "../api/client"; export function TopUsersTable({ rows }: { rows: TopUserRow[] }) { if (rows.length === 0) { return