]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
Fix search results on mobile
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index ca5b1f7cbb77e13de6287ef97ce15872fdef9bd4..571f46de99eba5335b2298d054914a3191c5455a 100644 (file)
@@ -37,6 +37,8 @@ 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/multiselect'
+import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface'
 
 @NgModule({
   imports: [
@@ -46,7 +48,8 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
     SharedModule,
     TableModule,
     InputSwitchModule,
-    DragDropModule
+    DragDropModule,
+    MultiSelectModule
   ],
 
   declarations: [
@@ -56,6 +59,7 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
     MyAccountVideoSettingsComponent,
     MyAccountProfileComponent,
     MyAccountChangeEmailComponent,
+    MyAccountInterfaceSettingsComponent,
 
     MyAccountVideosComponent,
 
@@ -87,4 +91,5 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
 
   providers: []
 })
-export class MyAccountModule { }
+export class MyAccountModule {
+}