import { h, Component } from 'preact' import { connect } from 'react-redux' import { bindActionCreators } from 'redux' import * as liveActions from '../live/actions' class ParamGroup extends Component { render() { const props = this.props return (