aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-library.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/my-library.module.ts')
-rw-r--r--client/src/app/+my-library/my-library.module.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+my-library/my-library.module.ts b/client/src/app/+my-library/my-library.module.ts
index bfafcb3e4..4acb3b75e 100644
--- a/client/src/app/+my-library/my-library.module.ts
+++ b/client/src/app/+my-library/my-library.module.ts
@@ -29,6 +29,8 @@ import { MyVideoPlaylistUpdateComponent } from './my-video-playlists/my-video-pl
29import { MyVideoPlaylistsComponent } from './my-video-playlists/my-video-playlists.component' 29import { MyVideoPlaylistsComponent } from './my-video-playlists/my-video-playlists.component'
30import { VideoChangeOwnershipComponent } from './my-videos/modals/video-change-ownership.component' 30import { VideoChangeOwnershipComponent } from './my-videos/modals/video-change-ownership.component'
31import { MyVideosComponent } from './my-videos/my-videos.component' 31import { MyVideosComponent } from './my-videos/my-videos.component'
32import { MyVideoChannelSyncsComponent } from './my-video-channel-syncs/my-video-channel-syncs.component'
33import { VideoChannelSyncEditComponent } from './my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component'
32 34
33@NgModule({ 35@NgModule({
34 imports: [ 36 imports: [
@@ -63,6 +65,8 @@ import { MyVideosComponent } from './my-videos/my-videos.component'
63 MyOwnershipComponent, 65 MyOwnershipComponent,
64 MyAcceptOwnershipComponent, 66 MyAcceptOwnershipComponent,
65 MyVideoImportsComponent, 67 MyVideoImportsComponent,
68 MyVideoChannelSyncsComponent,
69 VideoChannelSyncEditComponent,
66 MySubscriptionsComponent, 70 MySubscriptionsComponent,
67 MyFollowersComponent, 71 MyFollowersComponent,
68 MyHistoryComponent, 72 MyHistoryComponent,