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

Removed useless declarations

This commit is contained in:
Hadi Charara 2022-07-05 15:28:13 -04:00
parent 4cc07995a2
commit cb234bf8ee
4 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import escapeHtml from 'escape-html';
import datetime from '../../scripts/datetime';
import globalize, { getCurrentDateTimeLocale } from '../../scripts/globalize';
import globalize from '../../scripts/globalize';
import { appRouter } from '../appRouter';
import itemHelper from '../itemHelper';
import indicators from '../indicators/indicators';