Add channel avatar to overviews
[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 })
7
8 export class AboutComponent {
9
10 }