]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account.module.ts
Issue #195 : When uploading, warn when the user quits the page (#222)
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.module.ts
index ff444ddeb15ec43d1e868e8e92891d9585ab0956..2299c19199dd6e129c653f7b07d67b895c887e44 100644 (file)
@@ -5,7 +5,7 @@ import { AccountChangePasswordComponent } from './account-settings/account-chang
 import { AccountDetailsComponent } from './account-settings/account-details/account-details.component'
 import { AccountSettingsComponent } from './account-settings/account-settings.component'
 import { AccountComponent } from './account.component'
-import { AccountService } from './account.service'
+import { AccountVideosComponent } from './account-videos/account-videos.component'
 
 @NgModule({
   imports: [
@@ -17,7 +17,8 @@ import { AccountService } from './account.service'
     AccountComponent,
     AccountSettingsComponent,
     AccountChangePasswordComponent,
-    AccountDetailsComponent
+    AccountDetailsComponent,
+    AccountVideosComponent
   ],
 
   exports: [