Merge pull request #5913 from thornbill/index-refactor

Refactor app startup code
This commit is contained in:
Bill Thornton
2024-08-16 11:05:32 -04:00
committed by GitHub
253 changed files with 496 additions and 533 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import '../../elements/emby-button/paper-icon-button-light';
import globalize from '../../scripts/globalize';
import globalize from '../../lib/globalize';
import Events from '../../utils/events.ts';
import layoutManager from '../layoutManager';
import { playbackManager } from '../playback/playbackmanager';