]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about.module.ts
Hide hardware information if empty
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about.module.ts
index 49a7a52f848ad2b1813f5cc505c740eea54b339c..14bf76e55ac86da59720784bf06cf43d9377228c 100644 (file)
@@ -1,5 +1,4 @@
 import { NgModule } from '@angular/core'
-
 import { AboutRoutingModule } from './about-routing.module'
 import { AboutComponent } from './about.component'
 import { SharedModule } from '../shared'
@@ -7,6 +6,7 @@ import { AboutInstanceComponent } from '@app/+about/about-instance/about-instanc
 import { AboutPeertubeComponent } from '@app/+about/about-peertube/about-peertube.component'
 import { ContactAdminModalComponent } from '@app/+about/about-instance/contact-admin-modal.component'
 import { AboutFollowsComponent } from '@app/+about/about-follows/about-follows.component'
+import { AboutPeertubeContributorsComponent } from '@app/+about/about-peertube/about-peertube-contributors.component'
 
 @NgModule({
   imports: [
@@ -19,6 +19,7 @@ import { AboutFollowsComponent } from '@app/+about/about-follows/about-follows.c
     AboutInstanceComponent,
     AboutPeertubeComponent,
     AboutFollowsComponent,
+    AboutPeertubeContributorsComponent,
     ContactAdminModalComponent
   ],