RowFooter.tsx 182 B

1234567891011
  1. import React from 'react'
  2. const styles = require('./Pivot.less')
  3. export function RowFooter () {
  4. return (
  5. <div className={styles.rowFooter} />
  6. )
  7. }
  8. export default RowFooter