mirror of
https://github.com/mue/mue.git
synced 2026-07-12 19:52:53 +02:00
refactor: Reduce bundle size, replace date picker and merge function, add widget order feature etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ import '@fontsource/lexend-deca/latin-400.css';
|
||||
import '@fontsource/roboto/cyrillic-400.css';
|
||||
|
||||
// language
|
||||
import merge from './modules/helpers/merge';
|
||||
import merge from '@material-ui/utils/deepmerge';
|
||||
const languagecode = localStorage.getItem('language') || 'en-GB';
|
||||
// we set things to window. so they're global and we avoid passing the translation strings as props to each component
|
||||
window.languagecode = languagecode;
|
||||
|
||||
Reference in New Issue
Block a user