aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/system.component.ts
blob: b63160b861ba61f5a62f88cb033d65ac3635db7d (plain) (blame)
1
2
3
4
5
6
7
8
import { Component } from '@angular/core'

@Component({
  templateUrl: './system.component.html',
  styleUrls: []
})
export class SystemComponent {
}