diff options
Diffstat (limited to 'client/angular/videos/components')
-rw-r--r-- | client/angular/videos/components/watch/videos-watch.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 52c31fe32..b996ad882 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | import { Component, OnInit, ElementRef } from 'angular2/core'; | 1 | import { Component, OnInit, ElementRef } from 'angular2/core'; |
2 | import { RouteParams, CanDeactivate, ComponentInstruction } from 'angular2/router'; | 2 | import { RouteParams, CanDeactivate, ComponentInstruction } from 'angular2/router'; |
3 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | 3 | import { BytesPipe } from 'angular-pipes/math'; |
4 | 4 | ||
5 | // TODO import it with systemjs | 5 | // TODO import it with systemjs |
6 | declare var WebTorrent: any; | 6 | declare var WebTorrent: any; |