import React, { Component } from 'react' import actions from 'app/actions' import { Arrow } from '../nav/viewer.icons' const notes = [ { index: 1, text: "Lorem ipsum, p. 156." }, { index: 2, text: "Ibid." }, { index: 3, text: "Ibid." }, { index: 4, text: "Cicero, De finibus bonorum et malorum, 1.10.32." }, { index: 5, text: "Ibid." }, { index: 6, text: "Ibid." }, { index: 7, text: "Lorem Ipsum: The Prosody of Verismillitude, p. 72." }, { index: 8, text: "Ibid." }, { index: 9, text: "Ibid." }, { index: 10, text: "Ibid." }, { index: 11, text: "Ibid." }, { index: 12, text: "Ibid." }, { index: 13, text: "Ibid." }, { index: 14, text: "Ibid." }, ] export default class ViewerSectionsFootnotes extends Component { render() { return (