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