Merge branch 'release/v1.0.0' into develop
[oweals/peertube.git] / client / src / app / +admin / follows / follows.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4   templateUrl: './follows.component.html',
5   styleUrls: [ './follows.component.scss' ]
6 })
7 export class FollowsComponent {
8 }