]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
Add font-display
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index ba83001119ae398f56e7c628d95633b2b06d5698..571f46de99eba5335b2298d054914a3191c5455a 100644 (file)
@@ -35,6 +35,10 @@ import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-vi
 import {
   MyAccountVideoPlaylistElementsComponent
 } 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: [
@@ -43,7 +47,9 @@ import {
     AutoCompleteModule,
     SharedModule,
     TableModule,
-    InputSwitchModule
+    InputSwitchModule,
+    DragDropModule,
+    MultiSelectModule
   ],
 
   declarations: [
@@ -52,7 +58,11 @@ import {
     MyAccountChangePasswordComponent,
     MyAccountVideoSettingsComponent,
     MyAccountProfileComponent,
+    MyAccountChangeEmailComponent,
+    MyAccountInterfaceSettingsComponent,
+
     MyAccountVideosComponent,
+
     VideoChangeOwnershipComponent,
     MyAccountOwnershipComponent,
     MyAccountAcceptOwnershipComponent,
@@ -81,4 +91,5 @@ import {
 
   providers: []
 })
-export class MyAccountModule { }
+export class MyAccountModule {
+}