]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
Add unicode emoji to markdown
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index 0ce24384486efe9fdb0396997f7b91f49676b2b3..5f7ed4d2fc63ad218c325fd432ad1cd5eba5c276 100644 (file)
@@ -3,14 +3,17 @@ import { InputSwitchModule } from 'primeng/inputswitch'
 import { TableModule } from 'primeng/table'
 import { DragDropModule } from '@angular/cdk/drag-drop'
 import { NgModule } from '@angular/core'
+import { SharedAbuseListModule } from '@app/shared/shared-abuse-list'
 import { SharedFormModule } from '@app/shared/shared-forms'
 import { SharedGlobalIconModule } from '@app/shared/shared-icons'
 import { SharedMainModule } from '@app/shared/shared-main'
 import { SharedModerationModule } from '@app/shared/shared-moderation'
+import { SharedShareModal } from '@app/shared/shared-share-modal'
 import { SharedUserInterfaceSettingsModule } from '@app/shared/shared-user-settings'
 import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription/shared-user-subscription.module'
 import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
 import { SharedVideoPlaylistModule } from '@app/shared/shared-video-playlist/shared-video-playlist.module'
+import { MyAccountAbusesListComponent } from './my-account-abuses/my-account-abuses-list.component'
 import { MyAccountBlocklistComponent } from './my-account-blocklist/my-account-blocklist.component'
 import { MyAccountServerBlocklistComponent } from './my-account-blocklist/my-account-server-blocklist.component'
 import { MyAccountHistoryComponent } from './my-account-history/my-account-history.component'
@@ -50,7 +53,9 @@ import { MyAccountComponent } from './my-account.component'
     SharedUserSubscriptionModule,
     SharedVideoPlaylistModule,
     SharedUserInterfaceSettingsModule,
-    SharedGlobalIconModule
+    SharedGlobalIconModule,
+    SharedAbuseListModule,
+    SharedShareModal
   ],
 
   declarations: [
@@ -69,6 +74,7 @@ import { MyAccountComponent } from './my-account.component'
     MyAccountDangerZoneComponent,
     MyAccountSubscriptionsComponent,
     MyAccountBlocklistComponent,
+    MyAccountAbusesListComponent,
     MyAccountServerBlocklistComponent,
     MyAccountHistoryComponent,
     MyAccountNotificationsComponent,
@@ -77,7 +83,7 @@ import { MyAccountComponent } from './my-account.component'
     MyAccountVideoPlaylistCreateComponent,
     MyAccountVideoPlaylistUpdateComponent,
     MyAccountVideoPlaylistsComponent,
-    MyAccountVideoPlaylistElementsComponent,
+    MyAccountVideoPlaylistElementsComponent
   ],
 
   exports: [