import { TableProps } from "@/types/types"; export default function Table({ headers, rows }: TableProps) { return (