remove deleted class

This commit is contained in:
Dennis Eichhorn 2022-04-02 18:54:14 +02:00
parent fd4e795017
commit 10dde1b1ef

View File

@ -4,7 +4,6 @@ import { CacheManager } from '../../../jsOMS/DataStorage/CacheManager.js';
import { StorageManager } from '../../../jsOMS/DataStorage/StorageManager.js';
import { EventManager } from '../../../jsOMS/Event/EventManager.js';
import { ResponseManager } from '../../../jsOMS/Message/Response/ResponseManager.js';
import { Dispatcher } from '../../../jsOMS/Dispatcher/Dispatcher.js';
import { AccountManager } from '../../../jsOMS/Account/AccountManager.js';
import { UIManager } from '../../../jsOMS/UI/UIManager.js';
import { InputManager } from '../../../jsOMS/UI/Input/InputManager.js';
@ -31,7 +30,6 @@ export class Application {
this.storageManager = new StorageManager();
this.eventManager = new EventManager();
this.responseManager = new ResponseManager();
this.dispatcher = new Dispatcher();
this.assetManager = new AssetManager();
this.acountManager = new AccountManager();
this.uiManager = new UIManager(this);