X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Babout%2Fabout.module.ts;h=84d6975402097c5f2e6060bc834eabb74a0c83b1;hb=338eb9d33af690db716805fd2277bf68f473b58f;hp=14bf76e55ac86da59720784bf06cf43d9377228c;hpb=1eb23e12f757dc4e9a6161b1b933f35a761755c3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+about/about.module.ts b/client/src/app/+about/about.module.ts index 14bf76e55..84d697540 100644 --- a/client/src/app/+about/about.module.ts +++ b/client/src/app/+about/about.module.ts @@ -7,6 +7,7 @@ import { AboutPeertubeComponent } from '@app/+about/about-peertube/about-peertub 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' +import { AboutInstanceResolver } from '@app/+about/about-instance/about-instance.resolver' @NgModule({ imports: [ @@ -28,6 +29,7 @@ import { AboutPeertubeContributorsComponent } from '@app/+about/about-peertube/a ], providers: [ + AboutInstanceResolver ] }) export class AboutModule { }