mue/src/modules/variables.js

15 lines
230 B
JavaScript
Raw Normal View History

import * as constants from 'modules/constants';
2021-09-28 22:04:04 +00:00
const variables = {
2021-09-28 22:04:04 +00:00
language: {},
languagecode: '',
stats: {
tabLoad: () => '',
postEvent: () => '',
2021-09-28 22:04:04 +00:00
},
2021-11-17 22:10:07 +00:00
//keybinds: {},
constants,
};
export default variables;