import React, { Component } from 'react' // import { Link } from 'react-router-dom' import { bindActionCreators } from 'redux' import { connect } from 'react-redux' import actions from 'app/actions' class Timeline extends Component { constructor(props){ super(props) } render() { if (this.props.text.loading) return
return (