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:
parent
2d2ca357c1
commit
a75338e3d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue