import clsx from "clsx"; import styles from "./Table.module.css"; export function Table({ children, noRowHover, }: { children: React.ReactNode; noRowHover?: boolean; }) { return (