Fix typo in privacy text
[oweals/peertube.git] / client / src / app / +about / about.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4   selector: 'my-about',
5   templateUrl: './about.component.html',
6   styleUrls: [ './about.component.scss' ]
7 })
8
9 export class AboutComponent {
10
11 }