mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
14 lines
212 B
JavaScript
14 lines
212 B
JavaScript
import * as constants from 'modules/constants';
|
|
|
|
const variables = {
|
|
language: {},
|
|
languagecode: '',
|
|
stats: {
|
|
tabLoad: () => '',
|
|
postEvent: () => '',
|
|
},
|
|
constants,
|
|
};
|
|
|
|
export default variables;
|