PeerTube/client/src/app/+admin/follows/follows.component.ts

9 lines
180 B
TypeScript
Raw Normal View History

2018-08-14 16:01:54 +02:00
import { Component } from '@angular/core'
@Component({
templateUrl: './follows.component.html',
styleUrls: [ './follows.component.scss' ]
})
2018-08-14 16:01:54 +02:00
export class FollowsComponent {
}