moving components to its own directory

This commit is contained in:
zadam
2022-12-01 13:07:23 +01:00
parent 1a6c9be065
commit fc080f785b
65 changed files with 160 additions and 156 deletions

View File

@@ -76,7 +76,7 @@ async function processEntityChanges(entityChanges) {
noteAttributeCache.invalidate();
}
const appContext = (await import("./app_context.js")).default;
const appContext = (await import("../components/app_context.js")).default;
await appContext.triggerEvent('entitiesReloaded', {loadResults});
}
}