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

Remove unused import

This commit is contained in:
Bill Thornton 2021-08-31 23:50:55 -04:00
parent 02a8160e45
commit 3adc118864

View file

@ -5,7 +5,6 @@
import { Events } from 'jellyfin-apiclient';
import * as Helper from './Helper';
import Settings from './Settings';
import TimeSyncCore from './timeSync/TimeSyncCore';
import PlaybackCore from './PlaybackCore';
import QueueCore from './QueueCore';