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