mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix webcomponents imports
This commit is contained in:
parent
88d0c11209
commit
9343318a4f
17 changed files with 16 additions and 17 deletions
|
@ -23,7 +23,7 @@ import '../../elements/emby-button/paper-icon-button-light';
|
|||
import '../../elements/emby-tabs/emby-tabs';
|
||||
import '../../elements/emby-scroller/emby-scroller';
|
||||
import '../../assets/css/flexstyles.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
function showViewSettings(instance) {
|
||||
import('./guide-settings').then((guideSettingsDialog) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue