1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Group component imports together

This commit is contained in:
LJQ 2024-05-24 21:33:18 +08:00
parent 2d2ca357c1
commit a75338e3d2

View file

@ -6,6 +6,7 @@ import layoutManager from 'components/layoutManager';
import { playbackManager } from '../components/playback/playbackmanager';
import ServerConnections from '../components/ServerConnections';
import scrollManager from 'components/scrollManager';
import focusManager from 'components/focusManager';
import keyboardNavigation from 'scripts/keyboardNavigation';
import globalize from '../scripts/globalize';
@ -14,7 +15,6 @@ import Events from '../utils/events.ts';
import '../styles/lyrics.scss';
import { AutoScrollType } from './lyrics.types';
import focusManager from 'components/focusManager';
let currentPlayer;
let currentItem;