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