mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
import * as constants from 'config/constants';
|
|
import Stats from 'features/stats/api/stats';
|
|
|
|
const variables = {
|
|
language: {},
|
|
languagecode: '',
|
|
stats: Stats,
|
|
constants,
|
|
};
|
|
|
|
export default variables;
|