function mapStateToProps(state) {
  return {
    accounts: state.accounts.accounts,
    columns: state.tweets.columns,
    timeline: state.tweets.timeline,