import React, { Component } from 'react' // import { Link } from 'react-router-dom' import { connect } from 'react-redux' import actions from 'app/actions' import { Arrow } from '../nav/viewer.icons' import ViewerSectionsShare from './viewer.sections.share' import ViewerSectionsSubscribe from './viewer.sections.subscribe' import ViewerSectionsFootnotes from './viewer.sections.footnotes' class ViewerSectionsNav extends Component { render() { const { viewer } = this.props return (