import styles from "./table.module.css" function TR({ children }: React.PropsWithChildren) { return {children} } export default TR