refactoring

This commit is contained in:
zadam
2020-02-07 21:43:02 +01:00
parent 14d6372bd8
commit 47f7f5f4d9
6 changed files with 13 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class AppContext {
this.components = [
rootContainer,
new Entrypoints(),
new Entrypoints(this),
new DialogEventComponent(this)
];