From bbacb953458fffc38cba846d1e5b27e3066e78f1 Mon Sep 17 00:00:00 2001 From: David Narbutovich Date: Wed, 12 Sep 2018 11:27:36 +0300 Subject: [PATCH] Update TextTrackType.js Remove not needed import --- TextTrackType.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/TextTrackType.js b/TextTrackType.js index caff65a9..9dc14077 100644 --- a/TextTrackType.js +++ b/TextTrackType.js @@ -1,5 +1,3 @@ -import keyMirror from 'keymirror'; - export default { SRT: 'application/x-subrip', TTML: 'application/ttml+xml',