]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.module.ts
Add keyboard navigation and hepler to typeahead
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.module.ts
index ca5b1f7cbb77e13de6287ef97ce15872fdef9bd4..6cf1499d336583373624dc3afe41822d418961a0 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 { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface'
 
 @NgModule({
   imports: [
@@ -56,6 +57,7 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
     MyAccountVideoSettingsComponent,
     MyAccountProfileComponent,
     MyAccountChangeEmailComponent,
+    MyAccountInterfaceSettingsComponent,
 
     MyAccountVideosComponent,
 
@@ -87,4 +89,5 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
 
   providers: []
 })
-export class MyAccountModule { }
+export class MyAccountModule {
+}