mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
refactor: cleanup and remove unused stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as Constants from 'modules/constants';
|
||||
import * as constants from 'modules/constants';
|
||||
|
||||
const variables = {
|
||||
language: {},
|
||||
@@ -8,7 +8,7 @@ const variables = {
|
||||
postEvent: () => '',
|
||||
},
|
||||
//keybinds: {},
|
||||
constants: Constants,
|
||||
constants,
|
||||
};
|
||||
|
||||
export default variables;
|
||||
|
||||
Reference in New Issue
Block a user