Skip to content

Commit

Permalink
Fix imports in Playback/Queue controller
Browse files Browse the repository at this point in the history
According to the template.
  • Loading branch information
dmitrylyzo committed Oct 24, 2023
1 parent 201aec5 commit 5dad4b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/controllers/playback/queue/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import remotecontrolFactory from '../../../components/remotecontrol/remotecontrol';
import libraryMenu from '../../../scripts/libraryMenu';
import '../../../elements/emby-button/emby-button';
import '../../../elements/emby-button/paper-icon-button-light';
import '../../../elements/emby-collapse/emby-collapse';
import '../../../elements/emby-input/emby-input';
import '../../../elements/emby-itemscontainer/emby-itemscontainer';
import '../../../elements/emby-slider/emby-slider';

export default function (view) {
const remoteControl = new remotecontrolFactory();
Expand Down

0 comments on commit 5dad4b4

Please sign in to comment.