Use index file for apiclient lib imports

This commit is contained in:
Bill Thornton
2025-04-22 08:48:34 -04:00
parent 5bcbcfbe12
commit 953073cd28
115 changed files with 118 additions and 117 deletions
@@ -5,7 +5,7 @@ import loading from '../loading/loading';
import layoutManager from '../layoutManager';
import { appRouter } from '../router/appRouter';
import globalize from '../../lib/globalize';
import ServerConnections from 'lib/jellyfin-apiclient/ServerConnections';
import { ServerConnections } from 'lib/jellyfin-apiclient';
import '../../elements/emby-button/emby-button';
import '../../elements/emby-button/paper-icon-button-light';
import '../../elements/emby-checkbox/emby-checkbox';