chore: organize table exports
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import styles from "./table.module.css"
|
||||
|
||||
function TBody({ children }: React.PropsWithChildren) {
|
||||
return <tbody className={styles.tbody}>{children}</tbody>
|
||||
}
|
||||
|
||||
export default TBody
|
||||
Reference in New Issue
Block a user