aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-abuses/my-account-abuses-list.component.ts
blob: e5dd723ff4db1eaadf935f6c5fd7da138e5a5da8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                         
import { Component } from '@angular/core'

@Component({
  selector: 'my-account-abuses-list',
  templateUrl: './my-account-abuses-list.component.html',
  styleUrls: [ ]
})
export class MyAccountAbusesListComponent {

}