import React from 'react' import PropTypes from 'prop-types' import { Link } from 'gatsby' const Pagination = ({ pageContext }) => { const { previousPagePath, nextPagePath, humanPageNumber, numberOfPages } = pageContext return ( <nav className="pagination" role="navigation"> <div>