diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-06 11:39:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-06 11:43:01 +0200 |
commit | a6dbbf03865a955caaedc3b12f3de3e386fe850f (patch) | |
tree | 8beae7a5868c4bc9a89667852686cc3d312b2253 /client/src/app/shared/shared.module.ts | |
parent | 776ca9b1cc21daf96b48ecc9cc70a50ee3bfaf68 (diff) | |
download | PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.tar.gz PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.tar.zst PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.zip |
Add list of instance follows in about page
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 39f1a69e2..1d49c7bc8 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -85,6 +85,7 @@ import { VideoBlacklistComponent } from '@app/shared/video/modals/video-blacklis | |||
85 | import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component' | 85 | import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component' |
86 | import { VideoReportComponent } from '@app/shared/video/modals/video-report.component' | 86 | import { VideoReportComponent } from '@app/shared/video/modals/video-report.component' |
87 | import { ClipboardModule } from 'ngx-clipboard' | 87 | import { ClipboardModule } from 'ngx-clipboard' |
88 | import { FollowService } from '@app/shared/instance/follow.service' | ||
88 | 89 | ||
89 | @NgModule({ | 90 | @NgModule({ |
90 | imports: [ | 91 | imports: [ |
@@ -271,6 +272,8 @@ import { ClipboardModule } from 'ngx-clipboard' | |||
271 | 272 | ||
272 | UserNotificationService, | 273 | UserNotificationService, |
273 | 274 | ||
275 | FollowService, | ||
276 | |||
274 | I18n | 277 | I18n |
275 | ] | 278 | ] |
276 | }) | 279 | }) |