]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
WIP plugins: working hook on server side
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index ca5b1f7cbb77e13de6287ef97ce15872fdef9bd4..a1b198e3e6d165b7133024875845e5a68bb90622 100644 (file)
@@ -37,6 +37,7 @@ import {
 } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component'
 import { DragDropModule } from '@angular/cdk/drag-drop'
 import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email'
+import { MultiSelectModule } from 'primeng/primeng'
 
 @NgModule({
   imports: [
@@ -46,7 +47,8 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
     SharedModule,
     TableModule,
     InputSwitchModule,
-    DragDropModule
+    DragDropModule,
+    MultiSelectModule
   ],
 
   declarations: [
@@ -87,4 +89,5 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
 
   providers: []
 })
-export class MyAccountModule { }
+export class MyAccountModule {
+}