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