11 lines
143 B
JavaScript
Raw Permalink Normal View History

module.exports = function () {
return {
img: [
],
year: [
"2021",
"2022"
]
}
}