]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channels.component.ts
Improve follow component routing
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels.component.ts
index cd04638596b1d4d8dc56f4d8d1b3511853b2d993..57c55d28673a20da2b21b04b3c38cad98ada39ae 100644 (file)
@@ -1,10 +1,10 @@
-import { Component, OnInit, OnDestroy } from '@angular/core'
+import { Component, OnDestroy, OnInit } from '@angular/core'
 import { ActivatedRoute } from '@angular/router'
 import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
 import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
 import { RestExtractor } from '@app/shared'
-import { catchError, switchMap, map, distinctUntilChanged } from 'rxjs/operators'
-import { Subscription } from 'rxjs/Subscription'
+import { catchError, distinctUntilChanged, map, switchMap } from 'rxjs/operators'
+import { Subscription } from 'rxjs'
 
 @Component({
   templateUrl: './video-channels.component.html',