mirror of
https://github.com/mue/mue.git
synced 2026-07-15 21:13:54 +02:00
feat: finish quick links, start weather widget, bug fixes etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
import App from './App';
|
||||
import * as Constants from './modules/constants';
|
||||
|
||||
import './scss/index.scss';
|
||||
// the toast css is based on default so we need to import it
|
||||
@@ -23,7 +24,6 @@ if (window.languagecode !== 'en_GB' || window.languagecode !== 'en_US') {
|
||||
}
|
||||
|
||||
// window.constants
|
||||
import * as Constants from './modules/constants';
|
||||
window.constants = Constants;
|
||||
|
||||
ReactDOM.render(
|
||||
|
||||
Reference in New Issue
Block a user