aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-about
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channel-about')
-rw-r--r--client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
index 11f9391e1..19e4bc1f4 100644
--- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
+++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
@@ -1,9 +1,8 @@
1import { Subscription } from 'rxjs'
1import { Component, OnDestroy, OnInit } from '@angular/core' 2import { Component, OnDestroy, OnInit } from '@angular/core'
2import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' 3import { MarkdownService } from '@app/core'
3import { VideoChannel } from '@app/shared/video-channel/video-channel.model' 4import { VideoChannel, VideoChannelService } from '@app/shared/shared-main'
4import { I18n } from '@ngx-translate/i18n-polyfill' 5import { I18n } from '@ngx-translate/i18n-polyfill'
5import { Subscription } from 'rxjs'
6import { MarkdownService } from '@app/shared/renderer'
7 6
8@Component({ 7@Component({
9 selector: 'my-video-channel-about', 8 selector: 'my-video-channel-about',