export default class Video extends Component {
  componentWillMount() {
    store.dispatch(hydrateVideo(this.props));
  }