import Project from './Project' import Gallery from './Gallery' const ProjectVersion = props => { const { name, changes, date, project } = props.data const esDate = new Date(date) return (
{esDate.toDateString()}