038692cafc
Add livestream scheduling feature Also supports back to back streams, and will notify on a non-active stream of an active one.
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import { connect } from 'react-redux';
|
|
|
|
import LivestreamLink from './view';
|
|
|
|
export default connect()(LivestreamLink);
|