4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
|
module.exports = {
|
||
|
blogStartDate: new Date(2018, 5, 4)
|
||
|
};
|