Denis_IP/website/data.js

11 lines
143 B
JavaScript

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