Move server connections to lib
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as userSettings from './settings/userSettings';
|
||||
import skinManager from './themeManager';
|
||||
import ServerConnections from '../components/ServerConnections';
|
||||
import { pageClassOn } from '../utils/dashboard';
|
||||
import Events from '../utils/events.ts';
|
||||
import ServerConnections from 'lib/jellyfin-apiclient/ServerConnections';
|
||||
import { pageClassOn } from 'utils/dashboard';
|
||||
import Events from 'utils/events.ts';
|
||||
|
||||
// Set the default theme when loading
|
||||
skinManager.setTheme(userSettings.theme())
|
||||
|
||||
Reference in New Issue
Block a user