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