]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
Refractor video upload/import
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index 7e6b8c03ee0d84d589772a4b9bae121226b9f0f5..5403ab64945c0aa21d5a15fab002fa5087ac7608 100644 (file)
@@ -1,3 +1,4 @@
+import { TableModule } from 'primeng/table'
 import { NgModule } from '@angular/core'
 import { SharedModule } from '../shared'
 import { MyAccountRoutingModule } from './my-account-routing.module'
@@ -10,11 +11,14 @@ import { MyAccountProfileComponent } from '@app/+my-account/my-account-settings/
 import { MyAccountVideoChannelsComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channels.component'
 import { MyAccountVideoChannelCreateComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channel-create.component'
 import { MyAccountVideoChannelUpdateComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channel-update.component'
+import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component'
+import { MyAccountVideoImportsComponent } from '@app/+my-account/my-account-video-imports/my-account-video-imports.component'
 
 @NgModule({
   imports: [
     MyAccountRoutingModule,
-    SharedModule
+    SharedModule,
+    TableModule
   ],
 
   declarations: [
@@ -26,7 +30,9 @@ import { MyAccountVideoChannelUpdateComponent } from '@app/+my-account/my-accoun
     MyAccountVideosComponent,
     MyAccountVideoChannelsComponent,
     MyAccountVideoChannelCreateComponent,
-    MyAccountVideoChannelUpdateComponent
+    MyAccountVideoChannelUpdateComponent,
+    ActorAvatarInfoComponent,
+    MyAccountVideoImportsComponent
   ],
 
   exports: [