import React from 'react'; import styles from './Table.module.css'; export default function Table({ columns, rows }) { return (