65b247ddc
51548b318
1
2 3 4 5 6
7
8
import { Component } from '@angular/core' @Component({ templateUrl: './follows.component.html', styleUrls: [ './follows.component.scss' ] }) export class FollowsComponent { }