diff --git a/src/components/Publications/Publication.jsx b/src/components/Publications/Publication.jsx index 12b5eac..bd26e2f 100644 --- a/src/components/Publications/Publication.jsx +++ b/src/components/Publications/Publication.jsx @@ -1,11 +1,11 @@ -import Entry from './Entry' +// import Entry from './Entry' import styled from './Publication.module.css' import PropTypes from 'prop-types' const Publication = ({ entry }) => { return (