X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Babout%2Fabout.component.ts;h=0c91cd75f8373924be1dc3958bcc22f2d678b2b1;hb=8fc02e476869276d35759d19248ddfe7f84ec09c;hp=7b65d920f115d3ef1e9953cfb7b91f907a5535ca;hpb=78f912ed5733028ec2bf10c06c19f75b07943be2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+about/about.component.ts b/client/src/app/+about/about.component.ts index 7b65d920f..0c91cd75f 100644 --- a/client/src/app/+about/about.component.ts +++ b/client/src/app/+about/about.component.ts @@ -2,8 +2,7 @@ import { Component } from '@angular/core' @Component({ selector: 'my-about', - templateUrl: './about.component.html', - styleUrls: [ './about.component.scss' ] + templateUrl: './about.component.html' }) export class AboutComponent {