X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Babout%2Fabout.module.ts;h=14bf76e55ac86da59720784bf06cf43d9377228c;hb=ee83ad12caecfb46bbdda5af5e87b9ca584944a0;hp=9c6b29740dd4f833f044e1c84506709474c7aeff;hpb=73471b1a52f242e86364ffb077ea6cadb3b07ae2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+about/about.module.ts b/client/src/app/+about/about.module.ts index 9c6b29740..14bf76e55 100644 --- a/client/src/app/+about/about.module.ts +++ b/client/src/app/+about/about.module.ts @@ -1,11 +1,12 @@ import { NgModule } from '@angular/core' - import { AboutRoutingModule } from './about-routing.module' import { AboutComponent } from './about.component' import { SharedModule } from '../shared' import { AboutInstanceComponent } from '@app/+about/about-instance/about-instance.component' 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: [ @@ -17,6 +18,8 @@ import { ContactAdminModalComponent } from '@app/+about/about-instance/contact-a AboutComponent, AboutInstanceComponent, AboutPeertubeComponent, + AboutFollowsComponent, + AboutPeertubeContributorsComponent, ContactAdminModalComponent ],