]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/watch/videos-watch.component.ts
Fix angular pipes
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / watch / videos-watch.component.ts
index 52c31fe325fc90a568fae02bb62aa063430d58af..b996ad882aed2622d1e2e397428b5060c9ce96f4 100644 (file)
@@ -1,6 +1,6 @@
 import { Component, OnInit, ElementRef } from 'angular2/core';
 import { RouteParams, CanDeactivate, ComponentInstruction } from 'angular2/router';
-import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe';
+import { BytesPipe } from 'angular-pipes/math';
 
 // TODO import it with systemjs
 declare var WebTorrent: any;