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
@@ -2,7 +2,7 @@
import escapeHtml from 'escape-html';
import { getUserViewsQuery } from 'hooks/useUserViews';
import ServerConnections from 'lib/jellyfin-apiclient/ServerConnections';
import { ServerConnections } from 'lib/jellyfin-apiclient';
import { toApi } from 'utils/jellyfin-apiclient/compat';
import { queryClient } from 'utils/query/queryClient';