diff --git a/js/about.js b/js/about.js index 3bd1f21..3046515 100644 --- a/js/about.js +++ b/js/about.js @@ -53,8 +53,8 @@ class AppCore { constructor() { this.i18n = new I18nManager(); this.theme = new ThemeManager(); - this.data = new DataManager(); this.ui = new UIManager(); + this.data = new DataManager(); } }