From 201aec56c68c7c5b680f03c32d596dfcfc2554e6 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Mon, 23 Oct 2023 23:28:19 +0300 Subject: [PATCH] Fix imports in RemoteControl --- src/components/remotecontrol/remotecontrol.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/remotecontrol/remotecontrol.js b/src/components/remotecontrol/remotecontrol.js index 7c3bfd0ff9..8014e98f9b 100644 --- a/src/components/remotecontrol/remotecontrol.js +++ b/src/components/remotecontrol/remotecontrol.js @@ -13,9 +13,12 @@ import * as userSettings from '../../scripts/settings/userSettings'; import cardBuilder from '../cardbuilder/cardBuilder'; import itemContextMenu from '../itemContextMenu'; 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 './remotecontrol.scss'; import '../../elements/emby-ratingbutton/emby-ratingbutton'; +import '../../elements/emby-slider/emby-slider'; import ServerConnections from '../ServerConnections'; import toast from '../toast/toast'; import { appRouter } from '../appRouter';