mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #4912 from jellyfin/release-10.8.z
Fix imports
Original-merge: 1a1735340f
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
ff48bd6229
commit
bd54821f6d
2 changed files with 8 additions and 0 deletions
|
@ -12,9 +12,12 @@ import layoutManager from '../layoutManager';
|
||||||
import * as userSettings from '../../scripts/settings/userSettings';
|
import * as userSettings from '../../scripts/settings/userSettings';
|
||||||
import itemContextMenu from '../itemContextMenu';
|
import itemContextMenu from '../itemContextMenu';
|
||||||
import '../cardbuilder/card.scss';
|
import '../cardbuilder/card.scss';
|
||||||
|
import '../../elements/emby-button/emby-button';
|
||||||
|
import '../../elements/emby-button/paper-icon-button-light';
|
||||||
import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
||||||
import './remotecontrol.scss';
|
import './remotecontrol.scss';
|
||||||
import '../../elements/emby-ratingbutton/emby-ratingbutton';
|
import '../../elements/emby-ratingbutton/emby-ratingbutton';
|
||||||
|
import '../../elements/emby-slider/emby-slider';
|
||||||
import ServerConnections from '../ServerConnections';
|
import ServerConnections from '../ServerConnections';
|
||||||
import toast from '../toast/toast';
|
import toast from '../toast/toast';
|
||||||
import { appRouter } from '../router/appRouter';
|
import { appRouter } from '../router/appRouter';
|
||||||
|
|
|
@ -2,6 +2,11 @@ import RemoteControl from '../../../components/remotecontrol/remotecontrol';
|
||||||
import { playbackManager } from '../../../components/playback/playbackmanager';
|
import { playbackManager } from '../../../components/playback/playbackmanager';
|
||||||
import libraryMenu from '../../../scripts/libraryMenu';
|
import libraryMenu from '../../../scripts/libraryMenu';
|
||||||
import '../../../elements/emby-button/emby-button';
|
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) {
|
export default function (view) {
|
||||||
const remoteControl = new RemoteControl();
|
const remoteControl = new RemoteControl();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue