Fix webcomponents imports

This commit is contained in:
Bill Thornton 2020-09-08 02:43:56 -04:00 committed by vitorsemeano
parent 88d0c11209
commit 9343318a4f
17 changed files with 16 additions and 17 deletions

View file

@ -2,7 +2,7 @@ import EmbyProgressRing from '../emby-progressring/emby-progressring';
import dom from '../../scripts/dom';
import serverNotifications from '../../scripts/serverNotifications';
import { Events } from 'jellyfin-apiclient';
import 'webcomponents.js';
import 'webcomponents.js/webcomponents-lite';
/* eslint-disable indent */