diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-24 15:10:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-24 15:13:19 +0200 |
commit | 0626e7af82e02f8a5bd1e74a7d4d8c916d073ceb (patch) | |
tree | 79b5befbc6a04c007e5919805f1514d065b30e11 /client/src/app/shared/shared.module.ts | |
parent | b4d1af3dd8cdab2d58927e671d62194ca383cd75 (diff) | |
download | PeerTube-0626e7af82e02f8a5bd1e74a7d4d8c916d073ceb.tar.gz PeerTube-0626e7af82e02f8a5bd1e74a7d4d8c916d073ceb.tar.zst PeerTube-0626e7af82e02f8a5bd1e74a7d4d8c916d073ceb.zip |
Add account view
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 74730e2aa..2178eebc8 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -31,6 +31,7 @@ import { VideoMiniatureComponent } from './video/video-miniature.component' | |||
31 | import { VideoFeedComponent } from './video/video-feed.component' | 31 | import { VideoFeedComponent } from './video/video-feed.component' |
32 | import { VideoThumbnailComponent } from './video/video-thumbnail.component' | 32 | import { VideoThumbnailComponent } from './video/video-thumbnail.component' |
33 | import { VideoService } from './video/video.service' | 33 | import { VideoService } from './video/video.service' |
34 | import { AccountService } from '@app/shared/account/account.service' | ||
34 | 35 | ||
35 | @NgModule({ | 36 | @NgModule({ |
36 | imports: [ | 37 | imports: [ |
@@ -104,6 +105,7 @@ import { VideoService } from './video/video.service' | |||
104 | VideoBlacklistService, | 105 | VideoBlacklistService, |
105 | UserService, | 106 | UserService, |
106 | VideoService, | 107 | VideoService, |
108 | AccountService, | ||
107 | MarkdownService | 109 | MarkdownService |
108 | ] | 110 | ] |
109 | }) | 111 | }) |