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