fix: issue with service scripts that use TestView

This commit is contained in:
KernelDeimos 2024-10-19 21:17:47 -04:00
parent 90e7098cc7
commit e0b9072129
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ import './UI/Components/Glyph.js';
import './UI/Components/Spinner.js';
import './UI/Components/ActionCard.js';
import './UI/Components/NotifCard.js';
import './UI/Components/TestView.js';
logger.info('end -> async initialization');
globalThis.init_promise.resolve();