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