diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-31 09:57:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-31 09:57:03 +0200 |
commit | 3f9b33b02bed9e02af5520394e09805c46716101 (patch) | |
tree | 6b14532bbdbf0f38a5e513c1dbdfa5ca9d3f9c3c /client/src/assets/player/peertube-load-progress-bar.ts | |
parent | 77728efa627527a9f0f27010a597e8984d7a27f8 (diff) | |
download | PeerTube-3f9b33b02bed9e02af5520394e09805c46716101.tar.gz PeerTube-3f9b33b02bed9e02af5520394e09805c46716101.tar.zst PeerTube-3f9b33b02bed9e02af5520394e09805c46716101.zip |
Remove bad import
Diffstat (limited to 'client/src/assets/player/peertube-load-progress-bar.ts')
-rw-r--r-- | client/src/assets/player/peertube-load-progress-bar.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-load-progress-bar.ts b/client/src/assets/player/peertube-load-progress-bar.ts index cc861c451..aedc641e4 100644 --- a/client/src/assets/player/peertube-load-progress-bar.ts +++ b/client/src/assets/player/peertube-load-progress-bar.ts | |||
@@ -1,4 +1,3 @@ | |||
1 | import * as Bitfield from 'bitfield' | ||
2 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' | 1 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' |
3 | 2 | ||
4 | const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component') | 3 | const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component') |