refactor: cleanup and remove unused stuff

This commit is contained in:
David Ralph
2022-04-16 19:25:42 +01:00
parent 987a7eda6e
commit 4691ccf166
60 changed files with 414 additions and 491 deletions

View File

@@ -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;