import { getMonth } from 'date-fns'; export default (data) => { return `${data.years.map(year => (`
${year}
`)).join('')}`; }