aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account.module.ts')
-rw-r--r--client/src/app/+my-account/my-account.module.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts
index 5f7ed4d2f..6b8baff52 100644
--- a/client/src/app/+my-account/my-account.module.ts
+++ b/client/src/app/+my-account/my-account.module.ts
@@ -34,7 +34,8 @@ import { MyAccountVideoPlaylistElementsComponent } from './my-account-video-play
34import { MyAccountVideoPlaylistUpdateComponent } from './my-account-video-playlists/my-account-video-playlist-update.component' 34import { MyAccountVideoPlaylistUpdateComponent } from './my-account-video-playlists/my-account-video-playlist-update.component'
35import { MyAccountVideoPlaylistsComponent } from './my-account-video-playlists/my-account-video-playlists.component' 35import { MyAccountVideoPlaylistsComponent } from './my-account-video-playlists/my-account-video-playlists.component'
36import { MyAccountVideosComponent } from './my-account-videos/my-account-videos.component' 36import { MyAccountVideosComponent } from './my-account-videos/my-account-videos.component'
37import { VideoChangeOwnershipComponent } from './my-account-videos/video-change-ownership/video-change-ownership.component' 37import { VideoChangeOwnershipComponent } from './my-account-videos/modals/video-change-ownership.component'
38import { LiveStreamInformationComponent } from './my-account-videos/modals/live-stream-information.component'
38import { MyAccountComponent } from './my-account.component' 39import { MyAccountComponent } from './my-account.component'
39 40
40@NgModule({ 41@NgModule({
@@ -68,6 +69,8 @@ import { MyAccountComponent } from './my-account.component'
68 MyAccountVideosComponent, 69 MyAccountVideosComponent,
69 70
70 VideoChangeOwnershipComponent, 71 VideoChangeOwnershipComponent,
72 LiveStreamInformationComponent,
73
71 MyAccountOwnershipComponent, 74 MyAccountOwnershipComponent,
72 MyAccountAcceptOwnershipComponent, 75 MyAccountAcceptOwnershipComponent,
73 MyAccountVideoImportsComponent, 76 MyAccountVideoImportsComponent,