import React from 'react';

export class Tfoot extends React.Component {
    render() {
        return <tfoot {...this.props} />;
    }
}

