mirror of
https://github.com/mue/mue.git
synced 2026-07-12 02:42:07 +02:00
refactor: cleanup
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
import * as Constants from 'modules/constants';
|
||||
|
||||
const variables = {
|
||||
language: {},
|
||||
languagecode: ''
|
||||
language: {},
|
||||
languagecode: '',
|
||||
stats: {
|
||||
tabLoad: () => '',
|
||||
postEvent: () => ''
|
||||
},
|
||||
keybinds: {},
|
||||
constants: Constants
|
||||
};
|
||||
|
||||
export default variables;
|
||||
|
||||
Reference in New Issue
Block a user