2019-11-19 10:58:15 -08:00

7 lines
84 B
JavaScript

const Events = {
A: {
AnEvent: 'anevent'
},
};
module.exports = { Events };