]> 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 3dbce2b92b2ed9fb87ef0131e4b46a9eb35aedd4..571f46de99eba5335b2298d054914a3191c5455a 100644 (file)
@@ -32,6 +32,13 @@ import {
   MyAccountVideoPlaylistUpdateComponent
 } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component'
 import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlists.component'
+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: [
@@ -40,7 +47,9 @@ import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-vi
     AutoCompleteModule,
     SharedModule,
     TableModule,
-    InputSwitchModule
+    InputSwitchModule,
+    DragDropModule,
+    MultiSelectModule
   ],
 
   declarations: [
@@ -49,7 +58,11 @@ import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-vi
     MyAccountChangePasswordComponent,
     MyAccountVideoSettingsComponent,
     MyAccountProfileComponent,
+    MyAccountChangeEmailComponent,
+    MyAccountInterfaceSettingsComponent,
+
     MyAccountVideosComponent,
+
     VideoChangeOwnershipComponent,
     MyAccountOwnershipComponent,
     MyAccountAcceptOwnershipComponent,
@@ -68,7 +81,8 @@ import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-vi
 
     MyAccountVideoPlaylistCreateComponent,
     MyAccountVideoPlaylistUpdateComponent,
-    MyAccountVideoPlaylistsComponent
+    MyAccountVideoPlaylistsComponent,
+    MyAccountVideoPlaylistElementsComponent
   ],
 
   exports: [
@@ -77,4 +91,5 @@ import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-vi
 
   providers: []
 })
-export class MyAccountModule { }
+export class MyAccountModule {
+}