mirror of
https://github.com/mue/mue.git
synced 2026-07-19 06:54:10 +02:00
refactor(modules): second part of moving files around, changing layout etc
This commit is contained in:
@@ -10,7 +10,7 @@ import './scss/index.scss';
|
||||
// the toast css is based on default so we need to import it
|
||||
import 'react-toastify/dist/ReactToastify.min.css';
|
||||
|
||||
import { initTranslations } from 'utils/translations';
|
||||
import { initTranslations } from 'lib/translations';
|
||||
|
||||
const languagecode = localStorage.getItem('language') || 'en_GB';
|
||||
variables.language = initTranslations(languagecode);
|
||||
|
||||
Reference in New Issue
Block a user