1
0
Fork 0
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:
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

@ -7,7 +7,6 @@ import 'classlist.js';
import 'whatwg-fetch';
import 'resize-observer-polyfill';
import 'jellyfin-noto';
import 'webcomponents.js';
import '../assets/css/site.css';
// TODO: Move this elsewhere