1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add no-duplicate-imports rule and fix issue

This commit is contained in:
Bill Thornton 2022-04-01 00:46:55 -04:00
parent 2c156b4b19
commit f286641328
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ import TableOfContents from './tableOfContents';
import dom from '../../scripts/dom';
import { translateHtml } from '../../scripts/globalize';
import '../../scripts/dom';
import '../../elements/emby-button/paper-icon-button-light';
import html from './template.html';